Skip to content

Commit

Permalink
Fix terraform-docs Git commit message
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 committed Oct 18, 2023
1 parent 59c952b commit cf08bd1
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 cf08bd1

Please sign in to comment.