From 414d688bf9cd0c22e5f546df14e4cc94f339dc90 Mon Sep 17 00:00:00 2001 From: "cloudbees-platform[bot]" <138695131+cloudbees-platform[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 06:05:24 +0000 Subject: [PATCH] Update Docker image to main-38bc8a2616f675216060447d2efdd6e0f346b363 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 045cb8e..5d0400f 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ runs: steps: - id: invoke-circleci-job name: invoke-circleci-job - uses: docker://public.ecr.aws/l7o7z1g8/actions/circleci-actions:main-b0e7eb440671660124b7622402986172fc8a9370 + uses: docker://public.ecr.aws/l7o7z1g8/actions/circleci-actions:main-38bc8a2616f675216060447d2efdd6e0f346b363 shell: sh env: CONFIG_JSON: '{"metaInfo":{"url":"${{ inputs.url }}","toolType":"CIRCLECI","username":"","password":"${{ inputs.token }}","vcs":"${{ inputs.vcs-name }}","orgname":"${{ inputs.org-name }}","reponame":"${{ inputs.repo-name }}","jobName":"${{ inputs.workflow-name }}","branchname":"${{ inputs.branch-name }}","testType":"${{ inputs.test-type }}","fileName":"${{ inputs.test-result-location }}","parameters":{}}}'