File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ runs:
118118 files: ${{ inputs.circleci-config-file }}
119119
120120 - name: Create Pull Request
121+ id: open-pr
121122 if: steps.check_changes.outputs.has_changes == 'true'
122123 uses: alchemaxinc/composite-toolbox/create-pr@v1
123124 with:
Original file line number Diff line number Diff line change 6161 files: 'go.mod go.sum'
6262
6363 - name: Create Pull Request
64+ id: open-pr
6465 if: steps.check_changes.outputs.has_changes == 'true'
6566 uses: alchemaxinc/composite-toolbox/create-pr@v1
6667 with:
Original file line number Diff line number Diff line change 9090 uses: alchemaxinc/composite-toolbox/check-changes@v1
9191
9292 - name: Create Pull Request
93+ id: open-pr
9394 if: steps.check_changes.outputs.has_changes == 'true'
9495 uses: alchemaxinc/composite-toolbox/create-pr@v1
9596 with:
You can’t perform that action at this time.
0 commit comments