We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d0618 commit eef4cb2Copy full SHA for eef4cb2
1 file changed
.github/workflows/compile-requirements.yml
@@ -43,7 +43,7 @@ jobs:
43
if: steps.check_changes.outputs.changed == 'true'
44
run: |
45
git config --local user.name 'github-actions[bot]'
46
- git config --local user.email 'github-actions[bot]@users.noreply.github.com'
+ git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
47
git add requirements.txt
48
git commit -m "chore: update cog requirements.txt"
49
git push
0 commit comments