We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f0868 commit 7b4a916Copy full SHA for 7b4a916
2 files changed
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Push changes
78
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
79
- uses: ad-m/github-push-action@v0.6.0
+ uses: ad-m/github-push-action@v0.8.0
80
with:
81
github_token: ${{ secrets.GITHUB_TOKEN }}
82
branch: ${{ github.ref }}
.github/workflows/translations.yml
@@ -46,7 +46,7 @@ jobs:
46
fi
47
48
49
50
51
github_token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
52
0 commit comments