We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89d3bf5 + ed1406c commit b661d9aCopy full SHA for b661d9a
.github/workflows/update-vendor-hash.yml
@@ -7,7 +7,7 @@ permissions:
7
jobs:
8
dependabot:
9
runs-on: ubuntu-latest
10
- if: ${{ github.actor == 'dependabot[bot]' }}
+ if: ${{ github.actor == 'renovate[bot]' }}
11
steps:
12
- uses: actions/checkout@v4
13
with:
@@ -24,8 +24,8 @@ jobs:
24
# git push if we have a diff
25
if [[ -n $(git diff) ]]; then
26
git add default.nix
27
- git config --global user.email "<49699333+dependabot[bot]@users.noreply.github.com>"
28
- git config --global user.name "dependabot[bot]"
+ git config --global user.email "<29139614+renovate[bot]@users.noreply.github.com>"
+ git config --global user.name "renovate[bot]"
29
git commit -m "update vendorHash"
30
git push origin HEAD:${{ github.head_ref }}
31
fi
0 commit comments