From dfb2cd03ac7645b921fee6329308b69edf39e845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 3 Oct 2020 21:39:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=20Update=20tmate=20config=20for=20?= =?UTF-8?q?keys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latest-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 0012558..af09c9d 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -21,6 +21,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: Secure tmate session - run: curl https://github.com/tiangolo.keys > ~/.ssh/authorized_keys && echo set tmate-authorized-keys "~/.ssh/authorized_keys" > ~/.tmate.conf + run: curl https://github.com/tiangolo.keys > ~/.tmate_authorized_keys && echo set tmate-authorized-keys "~/.tmate_authorized_keys" > ~/.tmate.conf - name: Setup tmate session uses: mxschmitt/action-tmate@v3