Skip to content

Commit 070de73

Browse files
authored
GitHub workflow: use less specific version of push-protect (#143)
1 parent bca6c3e commit 070de73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Publish_NIMS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Push changes to the Main branch
6666
if: ${{ startsWith(github.event.release.target_commitish, 'main') }}
67-
uses: CasperWA/push-protected@v2.10.0
67+
uses: CasperWA/push-protected@v2
6868
with:
6969
token: ${{ secrets.ADMIN_PAT }}
7070
branch: ${{ github.event.release.target_commitish }}

0 commit comments

Comments
 (0)