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:
12
12
uses : actions/checkout@v4
13
13
with :
14
14
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
-
25
15
- name : Break the lease
26
- if : env.AZURE_BLOBS_TOKEN != ''
16
+ if : env.azure_blobs_token != ''
27
17
shell : bash
28
18
env :
29
- AZURE_BLOBS_TOKEN : ${{secrets.AZURE_BLOBS_TOKEN}}
19
+ azure_blobs_token : ${{secrets.AZURE_BLOBS_TOKEN}}
30
20
run : |
21
+ echo "::add-mask::$(echo "$AZURE_BLOBS_TOKEN" | base64 -w 0)" &&
31
22
./pacman-helper.sh break_lock
You can’t perform that action at this time.
0 commit comments