diff --git a/.github/workflows/reusable-auto-pull-request-create.yml b/.github/workflows/reusable-auto-pull-request-create.yml index 8ace64b..9757edb 100644 --- a/.github/workflows/reusable-auto-pull-request-create.yml +++ b/.github/workflows/reusable-auto-pull-request-create.yml @@ -211,6 +211,7 @@ jobs: with: mode: ref image_tag: '' + action_ref: ${{ github.sha }} secrets: inherit e2e-action-pull-request: diff --git a/.github/workflows/reusable-auto-release-create.yml b/.github/workflows/reusable-auto-release-create.yml index 2b53f37..2897700 100644 --- a/.github/workflows/reusable-auto-release-create.yml +++ b/.github/workflows/reusable-auto-release-create.yml @@ -307,6 +307,7 @@ jobs: with: mode: ref image_tag: '' + action_ref: ${{ github.sha }} secrets: inherit publish-action-commit-push-release: diff --git a/.github/workflows/reusable-manual-release-branch-prepare.yml b/.github/workflows/reusable-manual-release-branch-prepare.yml index 58bfe2b..9c83bc8 100644 --- a/.github/workflows/reusable-manual-release-branch-prepare.yml +++ b/.github/workflows/reusable-manual-release-branch-prepare.yml @@ -293,6 +293,7 @@ jobs: with: mode: ref image_tag: '' + action_ref: release/${{ needs.prepare.outputs.version }} secrets: inherit e2e-action-pull-request: