Skip to content

Commit f5fd0b2

Browse files
authored
Merge pull request #17028 from rak-phillip/bugfix/gh-actions-sha
Strip quotes from auth and upload-cloud versions
2 parents 690fb84 + 6121d6a commit f5fd0b2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-upload.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
5151
- name: Apply gcs auth
5252
# https://github.com/google-github-actions/auth
53-
uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3'
53+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
5454
with:
5555
credentials_json: "${{ env.GOOGLE_AUTH }}"
5656

5757
- name: Upload build
58-
uses: 'google-github-actions/upload-cloud-storage@6397bd7208e18d13ba2619ee21b9873edc94427a # v3'
58+
uses: google-github-actions/upload-cloud-storage@6397bd7208e18d13ba2619ee21b9873edc94427a # v3
5959
# https://github.com/google-github-actions/upload-cloud-storage
6060
with:
6161
path: ${{steps.build-hosted.outputs.BUILD_HOSTED_DIR}}
@@ -95,12 +95,12 @@ jobs:
9595
9696
- name: Apply gcs auth
9797
# https://github.com/google-github-actions/auth
98-
uses: 'google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3'
98+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
9999
with:
100100
credentials_json: "${{ env.GOOGLE_AUTH }}"
101101

102102
- name: Upload tar
103-
uses: 'google-github-actions/upload-cloud-storage@6397bd7208e18d13ba2619ee21b9873edc94427a # v3'
103+
uses: google-github-actions/upload-cloud-storage@6397bd7208e18d13ba2619ee21b9873edc94427a # v3'
104104
with:
105105
path: ${{steps.build-embedded.outputs.BUILD_EMBEDED_TGZ}}
106106
# Example - https://releases.rancher.com/ui/2.8.0.tar.gz

0 commit comments

Comments
 (0)