Skip to content

Commit

Permalink
Update from base vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Jan 4, 2025
1 parent 9e8b1ee commit c391b05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Test in NetBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/netbsd-vm@24fc5eb9d218b4ac3b2c3d84fe7db33bc4b7fba9
uses: vmactions/netbsd-vm@9e8b1eed159d3807e6ea90baa37f4dd6ee5ca105
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Test in NetBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/netbsd-vm@24fc5eb9d218b4ac3b2c3d84fe7db33bc4b7fba9
uses: vmactions/netbsd-vm@9e8b1eed159d3807e6ea90baa37f4dd6ee5ca105
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
- name: Test in NetBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/netbsd-vm@24fc5eb9d218b4ac3b2c3d84fe7db33bc4b7fba9
uses: vmactions/netbsd-vm@9e8b1eed159d3807e6ea90baa37f4dd6ee5ca105
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit c391b05

Please sign in to comment.