Skip to content

Commit

Permalink
fix: replace context with default var (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Sep 25, 2024
1 parent 720bcf5 commit bbef473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" \
Expand Down

0 comments on commit bbef473

Please sign in to comment.