Skip to content

Commit

Permalink
more wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed May 17, 2023
1 parent 9654c7c commit 2563a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gems-bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ steps.generate_token.outputs.token }}
ref: HEAD
# fetch-depth: 0 # DEBUG

- uses: ruby/setup-ruby@v1 # bump-version.rb needs bundler
Expand Down Expand Up @@ -67,7 +68,6 @@ jobs:
- name: Create a PR from the branch with the commit
run: |
git fetch origin
PR_URL=$(gh pr create --fill) # `fill` re-uses the title / body from the commit
echo "PR created at URL: $PR_URL"
echo "PR_URL=$PR_URL" >> $GITHUB_ENV
Expand Down

0 comments on commit 2563a8b

Please sign in to comment.