6969
7070 - name : Create core commit
7171 if : steps.check-core-changes.outputs.commit_changes == 'true'
72- id : create-core-commit
7372 run : |
7473 git add --all
7574 git commit -m "chore: Update Gradle dependencies"
76- echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
7775
7876 - name : Push core changes
7977 if : steps.check-core-changes.outputs.commit_changes == 'true'
8482 head-sha : " ${{ github.sha }}"
8583 create-branch : true
8684 command : push
87- commits : " ${{ steps.create-core-commit.outputs.commit }}"
8885
8986 - name : Create core pull request
9087 if : steps.check-core-changes.outputs.commit_changes == 'true'
@@ -129,11 +126,9 @@ jobs:
129126
130127 - name : Create instrumentation commit
131128 if : steps.check-instrumentation-changes.outputs.commit_changes == 'true'
132- id : create-instrumentation-commit
133129 run : |
134130 git add --all
135131 git commit -m "chore: Update instrumentation Gradle dependencies"
136- echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
137132
138133 - name : Push instrumentation changes
139134 if : steps.check-instrumentation-changes.outputs.commit_changes == 'true'
@@ -144,7 +139,6 @@ jobs:
144139 head-sha : " ${{ github.sha }}"
145140 create-branch : true
146141 command : push
147- commits : " ${{ steps.create-instrumentation-commit.outputs.commit }}"
148142
149143 - name : Create instrumentation pull request
150144 if : steps.check-instrumentation-changes.outputs.commit_changes == 'true'
0 commit comments