We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a5249 commit 484c077Copy full SHA for 484c077
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
ref: ${{ github.event.inputs.branch }}
24
- name: Pushing to the protected branch 'protected'
25
- uses: CasperWA/push-protected@v2
+ uses: zhoushaw/push-protected@v2
26
27
token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }}
28
branch: ${{ github.event.inputs.branch }}
0 commit comments