We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fdf2d commit 6a1f0c9Copy full SHA for 6a1f0c9
.github/workflows/deploy-al-prod.yml
@@ -20,6 +20,8 @@ jobs:
20
uses: tailscale/github-action@v1
21
with:
22
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
23
+ - name: Check out code into the Go module directory
24
+ uses: actions/checkout@v3
25
- run: ./cmd/api/deploy.sh
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments