We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c40432 + b345c89 commit 0049c9fCopy full SHA for 0049c9f
.github/workflows/release.yml
@@ -172,7 +172,7 @@ jobs:
172
173
git add . && git commit -a -m "step-cli ${{ needs.create_release.outputs.vversion }} reference update"
174
- name: Push changes
175
- uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0
+ uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # v1.0.0
176
with:
177
github_token: ${{ secrets.DOCS_PAT }}
178
branch: 'main'
0 commit comments