From 49df47e9887f4e55930edeaf2c6ef7fcba9dbc8f Mon Sep 17 00:00:00 2001 From: Neilpang Date: Sun, 10 Nov 2024 02:19:08 +0000 Subject: [PATCH] Update from base vm --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 148fbfd..d1a138e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: port: 8000 - name: Test in Solaris id: test - uses: vmactions/solaris-vm@652f958aff5aa71530da768c5169f990890fbad2 + uses: vmactions/solaris-vm@9cc9484a37c3ebd1e524a09b78223056155f9009 with: envs: 'DEBUG MYTOKEN MYTOKEN2' prepare: | @@ -127,7 +127,7 @@ jobs: - uses: actions/checkout@v4 - name: Test in Solaris id: test - uses: vmactions/solaris-vm@652f958aff5aa71530da768c5169f990890fbad2 + uses: vmactions/solaris-vm@9cc9484a37c3ebd1e524a09b78223056155f9009 with: envs: 'MYTOKEN MYTOKEN2' prepare: |