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 }}" \