Skip to content

Commit 1e7ea0d

Browse files
authored
Fix commit push Github Action workflows (#164)
1 parent 24a34f3 commit 1e7ea0d

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/create-test-mirror-pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
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
@@ -86,7 +85,6 @@ jobs:
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

.github/workflows/delete-test-mirror-pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
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
@@ -72,7 +71,6 @@ jobs:
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

.github/workflows/update-mirror-digests.yml

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

0 commit comments

Comments
 (0)