diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-03-06 20:34:33 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-03-06 20:34:33 -0500 |
| commit | 7bf17f7aa3cf84e80a4812ee02da49f94649403a (patch) | |
| tree | 30884f60e3e63ebbd97d7531e8ff1b547e50960f /.github/workflows | |
| parent | dc688e33f62f66ad5e6ec46fbccfa3ed6147a76e (diff) | |
| download | x-7bf17f7aa3cf84e80a4812ee02da49f94649403a.tar.xz x-7bf17f7aa3cf84e80a4812ee02da49f94649403a.zip | |
.github/workflows/dependabot: better detect dependabot
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/dependabot.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 379ed6e..68d41fb 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -10,7 +10,7 @@ permissions: jobs: run-custom-command: - if: ${{ github.actor == 'dependabot[bot]' }} + if: ${{ github.actor_id == '49699333' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -18,8 +18,6 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} submodules: true - # TODO: Add any needed steps to be able to run your command - # (e.g. actions/setup-node@2) - uses: actions/setup-go@v4 with: go-version: "1.21" |
