diff --git a/.github/workflows/ci-security.yml b/.github/workflows/ci-security.yml index f7d27b317b..f3e7fa4f8b 100644 --- a/.github/workflows/ci-security.yml +++ b/.github/workflows/ci-security.yml @@ -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