File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -371,17 +371,10 @@ jobs:
371371 git checkout -b "${{ steps.resolve-support-branch.outputs.support-branch }}"
372372 git push --set-upstream origin "${{ steps.resolve-support-branch.outputs.support-branch }}"
373373
374- - name : ' Lock support branch'
375- if : ${{ steps.check-support-branch.outputs.support-branch-exists == 'false' }}
376- uses : ' ./.github/actions/github/branch-protection/lock'
377- with :
378- branch : ${{ steps.resolve-support-branch.outputs.support-branch }}
379- token : ${{ secrets.GH_ADMIN_TOKEN }}
380-
381374 - name : ' Write support branch summary'
382375 run : |
383376 if [[ "${{ steps.check-support-branch.outputs.support-branch-exists }}" == "false" ]]; then
384- echo "✅ Created and locked support branch **${{ steps.resolve-support-branch.outputs.support-branch }}**." >> $GITHUB_STEP_SUMMARY
377+ echo "✅ Created support branch **${{ steps.resolve-support-branch.outputs.support-branch }}**." >> $GITHUB_STEP_SUMMARY
385378 else
386379 echo "⏭️ Support branch **${{ steps.resolve-support-branch.outputs.support-branch }}** already exists." >> $GITHUB_STEP_SUMMARY
387380 fi
You can’t perform that action at this time.
0 commit comments