We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c868940 commit 4fb645aCopy full SHA for 4fb645a
2 files changed
.github/workflows/pull_request.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Run runner
40
env:
41
PLUGIN_MANIFESTS_PATH: ${{ github.workspace }}/plugins
42
- PLUGIN_DIST_PATH: ${{ github.workspace }}/dist/plugins
+ PLUGIN_DIST_PATH: ${{ github.workspace }}/dist
43
PLUGIN_RUNNER_PATH: ${{ github.workspace }}/runner
44
PLUGIN_WORK_PATH: ${{ github.workspace }}/work
45
run: |
.github/workflows/push.yml
@@ -42,7 +42,7 @@ jobs:
46
47
48
0 commit comments