Skip to content

Commit

Permalink
fix nat
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 20, 2023
1 parent 176d551 commit be71728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/tpl/test.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit be71728

Please sign in to comment.