We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca6c3e commit 070de73Copy full SHA for 070de73
1 file changed
.github/workflows/Publish_NIMS.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Push changes to the Main branch
66
if: ${{ startsWith(github.event.release.target_commitish, 'main') }}
67
- uses: CasperWA/push-protected@v2.10.0
+ uses: CasperWA/push-protected@v2
68
with:
69
token: ${{ secrets.ADMIN_PAT }}
70
branch: ${{ github.event.release.target_commitish }}
0 commit comments