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 23, 2025
1 parent 272bddb commit 48cdc9e
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 FreeBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/freebsd-vm@c31d228031c8ea0ecb4cbf55928990a437d5ed66
uses: vmactions/freebsd-vm@272bddb69c65cbd91108a8091c2eaf04229981b1
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Test in FreeBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/freebsd-vm@c31d228031c8ea0ecb4cbf55928990a437d5ed66
uses: vmactions/freebsd-vm@272bddb69c65cbd91108a8091c2eaf04229981b1
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
- name: Test in FreeBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/freebsd-vm@c31d228031c8ea0ecb4cbf55928990a437d5ed66
uses: vmactions/freebsd-vm@272bddb69c65cbd91108a8091c2eaf04229981b1
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit 48cdc9e

Please sign in to comment.