Skip to content

Commit 6a1f0c9

Browse files
committed
add checkout step
1 parent 24fdf2d commit 6a1f0c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-al-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: tailscale/github-action@v1
2121
with:
2222
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
23+
- name: Check out code into the Go module directory
24+
uses: actions/checkout@v3
2325
- run: ./cmd/api/deploy.sh
2426
env:
2527
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)