Skip to content

Commit c266852

Browse files
committed
Rename merge-pr step
1 parent 7be4f46 commit c266852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
git config --global user.name 'HongBot'
1919
git config --global user.email '109153616+hong-bot@users.noreply.github.com'
20-
- name: Merge PRs
20+
- name: Merge current PR
2121
if: github.event_name == 'pull_request' && github.triggering_actor == 'hong-bot' # Run this after bump cask PRs are created.
2222
env:
2323
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)