From 8abcbadc1c91f49bb78ce59fb84f016085c6d2ed Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Wed, 25 Sep 2024 15:38:50 +0300 Subject: [PATCH] fix: replace context with default var --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 907a0eb7d..751f689c7 100644 --- a/action.yml +++ b/action.yml @@ -199,7 +199,7 @@ runs: TERRAFORM_OUTPUT_FILE="./terraform-${GITHUB_RUN_ID}-output.txt" tfcmt \ - --config ${{ github.action_path }}/config/summary.yaml \ + --config ${GITHUB_ACTION_PATH}/config/summary.yaml \ -owner "${{ github.repository_owner }}" \ -repo "${{ github.event.repository.name }}" \ -var "target:${{ steps.vars.outputs.component_slug }}" \