We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67e5ff commit c868940Copy full SHA for c868940
2 files changed
.github/workflows/pull_request.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Process new plugins
8
runs-on: ubuntu-latest
9
steps:
10
- - name: Checkout extensions
+ - name: Checkout plugins
11
uses: actions/checkout@v3
12
- name: Checkout dist
13
@@ -43,7 +43,7 @@ jobs:
43
PLUGIN_RUNNER_PATH: ${{ github.workspace }}/runner
44
PLUGIN_WORK_PATH: ${{ github.workspace }}/work
45
run: |
46
- cd $EXT_RUNNER_PATH
+ cd $PLUGIN_RUNNER_PATH
47
bun run runner
48
cd ${{ github.workspace }}
49
.github/workflows/push.yml
@@ -46,7 +46,7 @@ jobs:
50
51
52
0 commit comments