Skip to content

Commit 38b498b

Browse files
committed
fix: fixing broken logic
1 parent 4019a4f commit 38b498b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

circleci-orbs/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

golang/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ runs:
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:

terraform/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ runs:
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:

0 commit comments

Comments
 (0)