From 4859f8af08f6208340f0915c75af8f112c8bb72c Mon Sep 17 00:00:00 2001 From: Dan Blanchard Date: Thu, 29 Aug 2024 10:18:03 -0400 Subject: [PATCH] Add some tags to the test --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef4598b..72c916a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,3 +26,4 @@ jobs: uses: ./ with: command: echo "Hello, world!" + tag: FOO=bar TEST_TAG=value