Skip to content

Commit 24f7eab

Browse files
Enable cache usage in Tailscale workflow
1 parent 8ac889d commit 24f7eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tailscale-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
uses: tailscale/github-action@v4
33
with:
44
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
5-
use-cache: 'false'
5+
use-cache: 'true'

0 commit comments

Comments
 (0)