File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 fi
7474 git commit -m "chore: Update dd-trace-java-docker-build test image digests for PR #${PR_NUMBER}"
7575 echo "has_changes=true" >> "$GITHUB_OUTPUT"
76- echo "commit=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
7776 working-directory : images
7877
7978 - name : Push changes
8685 head-sha : " ${{ steps.images-head.outputs.sha }}"
8786 create-branch : true
8887 command : push
89- commits : " ${{ steps.create-commit.outputs.commit }}"
9088 working-directory : images
9189
9290 - name : Create pull request
Original file line number Diff line number Diff line change 6060 exit 1
6161 fi
6262 git commit -m "chore: Remove dd-trace-java-docker-build test images for PR #${PR_NUMBER}"
63- echo "commit=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
6463 working-directory : images
6564
6665 - name : Push changes
7271 head-sha : " ${{ steps.images-head.outputs.sha }}"
7372 create-branch : true
7473 command : push
75- commits : " ${{ steps.create-commit.outputs.commit }}"
7674 working-directory : images
7775
7876 - name : Create pull request
Original file line number Diff line number Diff line change 9090 fi
9191 git commit -m "chore: Update dd-trace-java-docker-build ci-* image digests"
9292 echo "has_changes=true" >> "$GITHUB_OUTPUT"
93- echo "commit=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
9493 working-directory : images
9594
9695 - name : Push changes
@@ -103,7 +102,6 @@ jobs:
103102 head-sha : " ${{ steps.images-head.outputs.sha }}"
104103 create-branch : true
105104 command : push
106- commits : " ${{ steps.create-commit.outputs.commit }}"
107105 working-directory : images
108106
109107 - name : Create pull request
You can’t perform that action at this time.
0 commit comments