From 560965d7e64d68250342e21db05ede99dc3c82ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B8=A2=E4=BD=8E=E5=90=B8?= Date: Sat, 8 Jul 2023 08:00:26 +0000 Subject: [PATCH] update github action files --- .github/workflows/tw165.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tw165.yml b/.github/workflows/tw165.yml index fddfbca..6faf290 100644 --- a/.github/workflows/tw165.yml +++ b/.github/workflows/tw165.yml @@ -11,12 +11,12 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup upterm session - uses: lhotari/action-upterm@v1 - with: - ## limits ssh access and adds the ssh public key for the user which triggered the workflow - limit-access-to-actor: true - ## limits ssh access and adds the ssh public keys of the listed GitHub users - limit-access-to-users: tasi788 + uses: lhotari/action-upterm@v1 + with: + ## limits ssh access and adds the ssh public key for the user which triggered the workflow + limit-access-to-actor: true + ## limits ssh access and adds the ssh public keys of the listed GitHub users + limit-access-to-users: tasi788 - uses: actions/setup-python@v4 with: python-version: '3.9'