Skip to content

Commit

Permalink
Merge pull request #54 from AdguardTeam/fix/actions
Browse files Browse the repository at this point in the history
Fix actions
  • Loading branch information
sfionov authored Jan 23, 2024
2 parents d33a188 + 129a1cf commit f4a9a31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
- name: update json
if: startsWith(github.ref, 'refs/tags/v')
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com>"
git config user.name "github-actions[bot]"
./update.sh
git push origin master
ls -la

0 comments on commit f4a9a31

Please sign in to comment.