Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 94107db

Browse files
committed
Fix bot name
1 parent b026b34 commit 94107db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/merge-bot-pr.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ jobs:
4848
PR_URL: ${{github.event.pull_request.html_url}}
4949
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
5050

51-
# https://github.com/kachick/anylang-template/issues/51
52-
selfup-runner:
51+
mobu-update-dependencies:
5352
timeout-minutes: 30
5453
runs-on: ubuntu-latest
55-
if: ${{ github.actor == 'selfup-runner[bot]' }}
54+
if: ${{ github.actor == 'mobu-update-dependencies[bot]' }}
5655
steps:
5756
- name: Wait other jobs
5857
uses: kachick/wait-other-jobs@v2

0 commit comments

Comments
 (0)