mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-21 08:39:23 +00:00
Fix code snippet indentation.
This commit is contained in:
parent
f3e0b07f2f
commit
3381393d3c
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ by adding a step to your workflow.
|
|||
```yaml
|
||||
- name: Tailscale
|
||||
uses: tailscale/github-action@v1
|
||||
with:
|
||||
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
||||
with:
|
||||
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
||||
```
|
||||
|
||||
Subsequent steps in the Action can then access nodes in your Tailnet.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue