From cc8f82fa1a7cc746153ec3f71bf11f311f16e225 Mon Sep 17 00:00:00 2001 From: Neilpang Date: Sat, 28 Dec 2024 19:30:56 +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 b173f02..207ec29 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@2a86847cdf223f1c03d8b9e9f17a9dc251e3980d + uses: vmactions/solaris-vm@a4e22a69a70ac6ad6001a40dae97000d41462b88 with: envs: 'DEBUG MYTOKEN MYTOKEN2' prepare: | @@ -133,7 +133,7 @@ jobs: port: 8000 - name: Test in Solaris id: test - uses: vmactions/solaris-vm@2a86847cdf223f1c03d8b9e9f17a9dc251e3980d + uses: vmactions/solaris-vm@a4e22a69a70ac6ad6001a40dae97000d41462b88 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@2a86847cdf223f1c03d8b9e9f17a9dc251e3980d + uses: vmactions/solaris-vm@a4e22a69a70ac6ad6001a40dae97000d41462b88 with: envs: 'MYTOKEN MYTOKEN2' prepare: |