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: |