From bbef473657e84071d153876e6a8348e3b2a776c8 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Wed, 25 Sep 2024 15:57:43 +0300 Subject: [PATCH] fix: replace context with default var (#91) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 907a0eb7..751f689c 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 }}" \