File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,27 +127,27 @@ jobs:
127127
128128 - name : ' Restore protection: base branch'
129129 if : ${{ always() && steps.lock-base.outcome == 'success' }}
130- uses : ' ./.github/actions/github/branch-protection/lock '
130+ uses : ' ./.github/actions/github/branch-protection/unlock '
131131 with :
132132 branch : ${{ github.base_ref }}
133133 token : ${{ secrets.GH_ADMIN_TOKEN }}
134- lock-branch : ' false '
134+ fail-on-error : ' true '
135135
136136 - name : ' Restore protection: preview branch'
137137 if : ${{ always() && steps.lock-preview.outcome == 'success' }}
138- uses : ' ./.github/actions/github/branch-protection/lock '
138+ uses : ' ./.github/actions/github/branch-protection/unlock '
139139 with :
140140 branch : ${{ steps.targets.outputs.preview-branch }}
141141 token : ${{ secrets.GH_ADMIN_TOKEN }}
142- lock-branch : ' false '
142+ fail-on-error : ' true '
143143
144144 - name : ' Restore protection: develop branch'
145145 if : ${{ always() && steps.lock-develop.outcome == 'success' }}
146- uses : ' ./.github/actions/github/branch-protection/lock '
146+ uses : ' ./.github/actions/github/branch-protection/unlock '
147147 with :
148148 branch : ${{ steps.targets.outputs.develop-branch }}
149149 token : ${{ secrets.GH_ADMIN_TOKEN }}
150- lock-branch : ' false '
150+ fail-on-error : ' true '
151151
152152 - name : ' Write backtrack summary'
153153 if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments