Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
peilingjiang committed Jun 5, 2024
1 parent 34f8077 commit 8be43bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-phrases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git status
git add src/i18n/schema.js
git add src/i18n/phrases.js
git commit -m 'github action: update phrases'
git commit -m 'github action: update phrases' --no-verify
git remote set-url origin https://x-access-token:${{secrets.ci_token}}@github.com/EasyEyes/remote-calibrator
git push

0 comments on commit 8be43bd

Please sign in to comment.