File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
1919
2020 runs-on : ubuntu-latest
2121 timeout-minutes : 60
22- name : Check TAS Sync - ${{ matrix.tas.name }}
22+ name : ${{ matrix.tas.name }}
2323
2424 steps :
2525 - uses : actions/checkout@v4
2626
2727 - name : Set up Docker Buildx
2828 uses : docker/setup-buildx-action@v3
2929
30- - name : Wait for Azure build on commit ${{ env.GITHUB_SHA }}
31- run : cd .github/tas-check && chmod u+x ./1-get-build-url.sh && ./1-get-build-url.sh "${{ env.GITHUB_SHA }}"
30+ - name : Wait for Azure build on commit ${{ github.sha }}
31+ run : cd .github/tas-check && chmod u+x ./1-get-build-url.sh && ./1-get-build-url.sh "${{ github.sha }}"
3232
3333 - name : Install Everest and ${{ matrix.tas.mod }}
3434 run : cd .github/tas-check && chmod u+x ./2-1-install.sh && ./2-1-install.sh "${{ matrix.tas.mod }}"
You can’t perform that action at this time.
0 commit comments