File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 echo "branch=$(gh pr view ${{ github.event.issue.number }} --json headRefName -q .headRefName)" >> $GITHUB_OUTPUT
6565
6666 - name : Dispatch workflow
67- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
67+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
6868 with :
6969 script : |
7070 github.rest.actions.createWorkflowDispatch({
Original file line number Diff line number Diff line change 6363 echo "branch=$(gh pr view ${{ matrix.pr }} --json headRefName -q .headRefName)" >> $GITHUB_OUTPUT
6464
6565 - name : Dispatch workflow
66- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
66+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
6767 with :
6868 script : |
6969 github.rest.actions.createWorkflowDispatch({
You can’t perform that action at this time.
0 commit comments