Skip to content

Commit e356d1d

Browse files
committed
another try
1 parent 24b1389 commit e356d1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: cp resources/referers-${{ steps.datetime.outputs.datetime }}.json resources/referers-latest.json
2222
- name: Commit new json files
2323
run: |
24+
git config --local user.email "github-actions[bot]@users.noreply.github.com"
25+
git config --local user.name "github-actions[bot]"
2426
git add resources/referers-${{ steps.datetime.outputs.datetime }}.json resources/referers-latest.json
2527
git commit -m "Add referers-${{ steps.datetime.outputs.datetime }}.json"
2628
- name: Push changes

0 commit comments

Comments
 (0)