Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/protect-main/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Protect main
runs:
steps:
- name: Recreate branch protection on main
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
github-token: ${{ inputs.ACCESS_TOKEN }}
# Note: keep this inline script in sync with script/setup.js!
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/unprotect-main/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Unprotect main
runs:
steps:
- name: Delete branch protection on main
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
github-token: ${{ inputs.ACCESS_TOKEN }}
script: |
Expand Down