Skip to content

Commit

Permalink
Fix terraform-docs Git commit message (#45)
Browse files Browse the repository at this point in the history
* To use environment variables in the action parameters, `env.` needs to
  be used rather than a shell variable (wg.g `$VARIABLE`)
  • Loading branch information
Stretch96 authored Oct 18, 2023
1 parent 59c952b commit 265e866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ jobs:
output-method: inject
git-push: true
ref: ${{ github.event.pull_request.head.ref }}
git-commit-message: "$GIT_COMMIT_MESSAGE - Terraform Docs"
git-commit-message: "${{ env.GIT_COMMIT_MESSAGE }} - Terraform Docs"

0 comments on commit 265e866

Please sign in to comment.