Skip to content

Commit

Permalink
Update plugin-compacity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pangbo13 committed Nov 19, 2024
1 parent 3f94dff commit 9e54cd0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/plugin-compacity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
- name: Set working directory owner
run: chown root:root .

- uses: actions/checkout@v4
- name: Clone Discourse
uses: actions/checkout@v4
with:
repository: discourse/discourse
fetch-depth: 1
Expand All @@ -88,11 +89,17 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Discourse CI"
- name: Checkout repo
uses: actions/checkout@v4
with:
path: tmp/
fetch-depth: 1

- name: Clone plugins
uses: discourse/.github/actions/clone-additional-plugins@v1
with:
ssh_private_key: ${{ secrets.ssh_private_key || '' }}
about_json_path: plugins.json
about_json_path: tmp/plugins.json

- name: Start redis
run: |
Expand Down

0 comments on commit 9e54cd0

Please sign in to comment.