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 24, 2025
1 parent be466a4 commit d2497f5
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@48cdc9e1c7b8662ca94cb106dcfb8e4a198bd0d1
uses: vmactions/freebsd-vm@be466a4e9e9870c9763d8f6919dbeb1e4e9e53d6
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@48cdc9e1c7b8662ca94cb106dcfb8e4a198bd0d1
uses: vmactions/freebsd-vm@be466a4e9e9870c9763d8f6919dbeb1e4e9e53d6
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@48cdc9e1c7b8662ca94cb106dcfb8e4a198bd0d1
uses: vmactions/freebsd-vm@be466a4e9e9870c9763d8f6919dbeb1e4e9e53d6
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit d2497f5

Please sign in to comment.