From c7696ef38131db46bedcb83e53b229ec97921ac0 Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Tue, 26 May 2026 13:40:14 -0400 Subject: [PATCH] Fix commit push Github Action workflows --- .github/workflows/create-test-mirror-pr.yml | 2 -- .github/workflows/delete-test-mirror-pr.yml | 2 -- .github/workflows/update-mirror-digests.yml | 2 -- 3 files changed, 6 deletions(-) diff --git a/.github/workflows/create-test-mirror-pr.yml b/.github/workflows/create-test-mirror-pr.yml index 4b4de3b..3f45115 100644 --- a/.github/workflows/create-test-mirror-pr.yml +++ b/.github/workflows/create-test-mirror-pr.yml @@ -73,7 +73,6 @@ jobs: fi git commit -m "chore: Update dd-trace-java-docker-build test image digests for PR #${PR_NUMBER}" echo "has_changes=true" >> "$GITHUB_OUTPUT" - echo "commit=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT" working-directory: images - name: Push changes @@ -86,7 +85,6 @@ jobs: head-sha: "${{ steps.images-head.outputs.sha }}" create-branch: true command: push - commits: "${{ steps.create-commit.outputs.commit }}" working-directory: images - name: Create pull request diff --git a/.github/workflows/delete-test-mirror-pr.yml b/.github/workflows/delete-test-mirror-pr.yml index 05cf8e4..9f89c3c 100644 --- a/.github/workflows/delete-test-mirror-pr.yml +++ b/.github/workflows/delete-test-mirror-pr.yml @@ -60,7 +60,6 @@ jobs: exit 1 fi git commit -m "chore: Remove dd-trace-java-docker-build test images for PR #${PR_NUMBER}" - echo "commit=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT" working-directory: images - name: Push changes @@ -72,7 +71,6 @@ jobs: head-sha: "${{ steps.images-head.outputs.sha }}" create-branch: true command: push - commits: "${{ steps.create-commit.outputs.commit }}" working-directory: images - name: Create pull request diff --git a/.github/workflows/update-mirror-digests.yml b/.github/workflows/update-mirror-digests.yml index 796d616..c9a2473 100644 --- a/.github/workflows/update-mirror-digests.yml +++ b/.github/workflows/update-mirror-digests.yml @@ -90,7 +90,6 @@ jobs: fi git commit -m "chore: Update dd-trace-java-docker-build ci-* image digests" echo "has_changes=true" >> "$GITHUB_OUTPUT" - echo "commit=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT" working-directory: images - name: Push changes @@ -103,7 +102,6 @@ jobs: head-sha: "${{ steps.images-head.outputs.sha }}" create-branch: true command: push - commits: "${{ steps.create-commit.outputs.commit }}" working-directory: images - name: Create pull request