Skip to content

Commit eef4cb2

Browse files
committed
ci(compile-requirements): prepend user ID to committer email
1 parent 54d0618 commit eef4cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compile-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: steps.check_changes.outputs.changed == 'true'
4444
run: |
4545
git config --local user.name 'github-actions[bot]'
46-
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
46+
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
4747
git add requirements.txt
4848
git commit -m "chore: update cog requirements.txt"
4949
git push

0 commit comments

Comments
 (0)