File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,11 @@ jobs:
1212 uses : actions/checkout@v4
1313 with :
1414 repository : git-for-windows/build-extra
15-
16- - name : Prepare home directory
17- if : env.AZURE_BLOBS_TOKEN != ''
18- env :
19- AZURE_BLOBS_TOKEN : ${{secrets.AZURE_BLOBS_TOKEN}}
20- shell : bash
21- run : |
22- echo "::add-mask::$(echo "$AZURE_BLOBS_TOKEN" | base64 -w 0)" &&
23- echo "$AZURE_BLOBS_TOKEN" >"$HOME"/.azure-blobs-token
24-
2515 - name : Break the lease
26- if : env.AZURE_BLOBS_TOKEN != ''
16+ if : env.azure_blobs_token != ''
2717 shell : bash
2818 env :
29- AZURE_BLOBS_TOKEN : ${{secrets.AZURE_BLOBS_TOKEN}}
19+ azure_blobs_token : ${{secrets.AZURE_BLOBS_TOKEN}}
3020 run : |
21+ echo "::add-mask::$(echo "$AZURE_BLOBS_TOKEN" | base64 -w 0)" &&
3122 ./pacman-helper.sh break_lock
You can’t perform that action at this time.
0 commit comments