Skip to content

Commit 0bcad2b

Browse files
committed
Managed by Terraform: Update notify-integration-release-via-manual github workflow
1 parent 52fc78a commit 0bcad2b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/notify-integration-release-via-manual.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout this repo
18-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
18+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
1919
with:
2020
ref: ${{ github.event.inputs.branch }}
2121
# Ensure that Docs are Compiled
22-
- uses: actions/setup-go@v4
22+
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
2323
- shell: bash
2424
run: make build-docs
2525
- shell: bash
2626
run: |
27-
if [[ -z "$(git status -s)" ]]; then
27+
if [[ -z "$$(git status -s)" ]]; then
2828
echo "OK"
2929
else
3030
echo "Docs have been updated, but the compiled docs have not been committed."
@@ -33,14 +33,14 @@ jobs:
3333
fi
3434
# Perform the Release
3535
- name: Checkout integration-release-action
36-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
36+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3737
with:
3838
repository: hashicorp/integration-release-action
3939
path: ./integration-release-action
4040
- name: Notify Release
4141
uses: ./integration-release-action
4242
with:
43-
integration_identifier: 'packer/hashicorp/tencentcloud'
43+
integration_identifier: "packer/hashicorp/tencentcloud"
4444
release_version: ${{ github.event.inputs.version }}
4545
release_sha: ${{ github.event.inputs.branch }}
4646
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)