Skip to content

Commit 7efe433

Browse files
chore: variable fixes
1 parent 1faa9b8 commit 7efe433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
env:
4242
PLANE_API_KEY: ${{ secrets.PLANE_API_KEY }}
4343
PLANE_BASE_URL: ${{ secrets.PLANE_BASE_URL }}
44-
TEST_WORKSPACE_SLUG: ${{ env.TEST_WORKSPACE_SLUG }}
44+
TEST_WORKSPACE_SLUG: ${{ vars.TEST_WORKSPACE_SLUG }}

0 commit comments

Comments
 (0)