We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ed6f3 commit e14819fCopy full SHA for e14819f
.github/workflows/playwright.yml
@@ -50,7 +50,7 @@ jobs:
50
-e VUE_APP_GITHUB_ORG=octodemo \
51
-e VUE_APP_GITHUB_API=/api/github \
52
-e APP_MOCKED_DATA=true \
53
- api:test @org
+ api:test "@org"
54
- uses: actions/upload-artifact@v4
55
if: ${{ !cancelled() }}
56
with:
@@ -79,7 +79,7 @@ jobs:
79
-e VUE_APP_GITHUB_ENT=octodemo \
80
81
82
- api:test @ent
+ api:test "@ent"
83
84
85
0 commit comments