Skip to content

Commit 5d0ac3d

Browse files
CopilotPhantomDave
andauthored
Fix wait-on-check-action ref mismatch (#14)
* Initial plan * Fix wait-on-check-action ref and check-name configuration Co-authored-by: PhantomDave <34485699+PhantomDave@users.noreply.github.com> * Fix frontend check-name to match container build workflow Co-authored-by: PhantomDave <34485699+PhantomDave@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: PhantomDave <34485699+PhantomDave@users.noreply.github.com>
1 parent ef59a85 commit 5d0ac3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-tailscale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Wait for backend image build
5050
uses: lewagon/wait-on-check-action@v1.3.4
5151
with:
52-
ref: ${{ github.ref }}
52+
ref: ${{ github.sha }}
5353
check-name: 'Build and Push Backend Container'
5454
repo-token: ${{ secrets.GITHUB_TOKEN }}
5555
wait-interval: 10
@@ -65,7 +65,7 @@ jobs:
6565
- name: Wait for frontend image build
6666
uses: lewagon/wait-on-check-action@v1.3.4
6767
with:
68-
ref: ${{ github.ref }}
68+
ref: ${{ github.sha }}
6969
check-name: 'Build and Push Frontend Container'
7070
repo-token: ${{ secrets.GITHUB_TOKEN }}
7171
wait-interval: 10

0 commit comments

Comments
 (0)