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

Commit

Permalink
Fix bot name
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Feb 9, 2024
1 parent b026b34 commit 94107db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/merge-bot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ jobs:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

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

0 comments on commit 94107db

Please sign in to comment.