mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
GitHub Actions workflows: docs.yml – fixed Plugin Verifier downloading
This commit is contained in:
parent
f27964a9ae
commit
ee6c405f12
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
run: |
|
||||
curl -s https://api.github.com/repos/JetBrains/intellij-plugin-verifier/releases/latest \
|
||||
| jq -r '.assets[].browser_download_url' \
|
||||
| xargs curl --output ~/verifier-all.jar
|
||||
| xargs curl -L --output ~/verifier-all.jar
|
||||
- name: Run Plugin Verifier
|
||||
run: |
|
||||
PR_REPOSITORY=$(jq -re ".pull_request.head.repo.full_name // empty" $GITHUB_EVENT_PATH) || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user