aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/dependabot.yml4
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"