From 9500584d4220c83e1e7ace8c5a0b749a2091334b Mon Sep 17 00:00:00 2001 From: Steffen Neubauer Date: Tue, 10 Oct 2023 11:29:30 +0200 Subject: [PATCH] chore: update edge tag name (#8) The edge tag does not exist anymore, only edge-acorn and edge-bonsai. Update the test --- .github/workflows/test-garden.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-garden.yaml b/.github/workflows/test-garden.yaml index b66e764..51cb520 100644 --- a/.github/workflows/test-garden.yaml +++ b/.github/workflows/test-garden.yaml @@ -25,10 +25,10 @@ jobs: # Simple test cases for the action code. # This is basically a smoke test; Semantic behaviour to be checked manually - - name: Test 1 - Version should be edge + - name: Test 1 - Version should be edge-bonsai uses: ./ with: - garden-version: edge + garden-version: edge-bonsai command: --version - name: Test 2 - Version should be latest @@ -60,4 +60,4 @@ jobs: echo "The $GARDEN_AUTH_TOKEN variable was not set to the expected string foobar" exit 1 fi - echo "Test passed" \ No newline at end of file + echo "Test passed"