We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eed878 commit b0cb5a1Copy full SHA for b0cb5a1
.github/workflows/update-checksums.yml
@@ -64,7 +64,7 @@ jobs:
64
with:
65
token: '${{ steps.mint-token.outputs.token }}'
66
base_branch: '${{ github.event.repository.default_branch }}'
67
- head_branch: '${{ env.PR_BRANCH }}' # set via mint-token step
+ head_branch: '${{ env.PR_BRANCH }}' # set via generate-updates step
68
title: 'chore: [automated] Terraform checksum updates for ${{ env.UPDATE_DATE }}' # set via mint-token step
69
body: 'Adds Terraform binary checksums for ${{ env.CHANGES }} versions: ${{ env.VERSIONS }}' # set via mint-token step
70
changed_paths: |-
0 commit comments