From 3381393d3c1da08fbd19be592d7149cd8b9dffa0 Mon Sep 17 00:00:00 2001 From: Marko Locher Date: Sat, 25 Sep 2021 10:39:52 +0200 Subject: [PATCH] Fix code snippet indentation. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f0bf44..2bc3030 100644 --- a/README.md +++ b/README.md @@ -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.