Skip to content

Commit 4041a5e

Browse files
authored
fix broken reference
1 parent cbf091d commit 4041a5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)