From be71728f991dfb64c2503b9459ccad49fb963403 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 20 Nov 2023 18:58:41 +0100 Subject: [PATCH] fix nat --- .github/tpl/test.tpl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/tpl/test.tpl.yml b/.github/tpl/test.tpl.yml index e4fdd98..d2af129 100644 --- a/.github/tpl/test.tpl.yml +++ b/.github/tpl/test.tpl.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v4 - name: Test in {{VM_NAME}} id: test - uses: {{GITHUB_REPOSITORY}}@{{GITHUB_RUN_ID}} + uses: {{GITHUB_REPOSITORY}}@{{GITHUB_SHA}} with: envs: 'MYTOKEN MYTOKEN2' prepare: | @@ -77,7 +77,7 @@ jobs: - uses: actions/checkout@v4 - name: Test in {{VM_NAME}} id: test - uses: {{GITHUB_REPOSITORY}}@{{GITHUB_RUN_ID}} + uses: {{GITHUB_REPOSITORY}}@{{GITHUB_SHA}} with: envs: 'MYTOKEN MYTOKEN2' prepare: |