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 13, 2025
1 parent c737734 commit 46a58bb
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 @@ -78,7 +78,7 @@ jobs:
- name: Test in NetBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/netbsd-vm@ac147ae39501e5672c4a779bd99e6ecd35e9be1e
uses: vmactions/netbsd-vm@c73773479324e18243ce77cc2e51e5681b2e1d58
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Test in NetBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/netbsd-vm@ac147ae39501e5672c4a779bd99e6ecd35e9be1e
uses: vmactions/netbsd-vm@c73773479324e18243ce77cc2e51e5681b2e1d58
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
- name: Test in NetBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/netbsd-vm@ac147ae39501e5672c4a779bd99e6ecd35e9be1e
uses: vmactions/netbsd-vm@c73773479324e18243ce77cc2e51e5681b2e1d58
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit 46a58bb

Please sign in to comment.