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 3, 2025
1 parent 4cf89ec commit a8ab94d
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 OpenBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/openbsd-vm@99d3f4c636e818a8539e98d70b9c3c3b1e29ecec
uses: vmactions/openbsd-vm@4cf89ec539c5bf4d91023e18239843952176c93e
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Test in OpenBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/openbsd-vm@99d3f4c636e818a8539e98d70b9c3c3b1e29ecec
uses: vmactions/openbsd-vm@4cf89ec539c5bf4d91023e18239843952176c93e
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
- name: Test in OpenBSD
if: ${{ steps.check.outputs.run == 'true' }}
id: test
uses: vmactions/openbsd-vm@99d3f4c636e818a8539e98d70b9c3c3b1e29ecec
uses: vmactions/openbsd-vm@4cf89ec539c5bf4d91023e18239843952176c93e
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit a8ab94d

Please sign in to comment.