File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments