We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8c3ba commit dfe3d64Copy full SHA for dfe3d64
.github/workflows/dependabot-lockfile.yml
@@ -62,8 +62,8 @@ jobs:
62
- name: Commit and push changes
63
if: steps.changes.outputs.changed == 'true'
64
run: |
65
- git config user.name "github-actions[bot]"
66
- git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.name "dependabot[bot]"
+ git config user.email "49699333+dependabot[bot]@users.noreply.github.com"
67
git add -A
68
git commit -m "chore(deps): align versions and update lockfile"
69
git push origin "$PR_HEAD_REF"
0 commit comments