Skip to content

Commit

Permalink
update github-repository-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Jul 18, 2023
1 parent 2c8540c commit ef72284
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/github-repository-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
git checkout main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create a pull request
create-pull-request:
name: Create a pull request
runs-on: ubuntu-latest
steps:
- name: Call pull request workflow
uses: ./.github/workflows/github-pull-request-creation.yml
with:
branch: $BRANCH

0 comments on commit ef72284

Please sign in to comment.