Fix security temp branch push not working

This commit is contained in:
Jordan Dominion
2024-08-16 18:27:45 -04:00
parent 29a5e5b29f
commit a70d7483a0
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
ref: "refs/pull/${{ github.event.pull_request.number }}/merge"
- name: Generate Temporary Branch to Reference Merge
run: git push -f origin ${{ github.event.pull_request.number }}-merge
run: git push -f -u origin ${{ github.event.pull_request.number }}-merge
- name: Send Workflow Dispatch
uses: lasith-kg/dispatch-workflow@5623bf13f09bbbbdb549ec692b070307f39b66ac #v2.0.0 + setup_node@v4