From 2a86847cdf223f1c03d8b9e9f17a9dc251e3980d Mon Sep 17 00:00:00 2001 From: Neilpang Date: Wed, 25 Dec 2024 15:44:37 +0000 Subject: [PATCH] Update from base vm --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 894b182..41e634b 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@422d4475dd522e4fe5b705849ad55e4126651547 + uses: vmactions/solaris-vm@b24cb249131f183daa32e93eec86d4a5a583ab6a with: envs: 'DEBUG MYTOKEN MYTOKEN2' prepare: | @@ -133,7 +133,7 @@ jobs: port: 8000 - name: Test in Solaris id: test - uses: vmactions/solaris-vm@422d4475dd522e4fe5b705849ad55e4126651547 + uses: vmactions/solaris-vm@b24cb249131f183daa32e93eec86d4a5a583ab6a with: envs: 'DEBUG MYTOKEN MYTOKEN2' prepare: | @@ -213,7 +213,7 @@ jobs: - uses: actions/checkout@v4 - name: Test in Solaris id: test - uses: vmactions/solaris-vm@422d4475dd522e4fe5b705849ad55e4126651547 + uses: vmactions/solaris-vm@b24cb249131f183daa32e93eec86d4a5a583ab6a with: envs: 'MYTOKEN MYTOKEN2' prepare: |