mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07: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: |
|
run: |
|
||||||
curl -s https://api.github.com/repos/JetBrains/intellij-plugin-verifier/releases/latest \
|
curl -s https://api.github.com/repos/JetBrains/intellij-plugin-verifier/releases/latest \
|
||||||
| jq -r '.assets[].browser_download_url' \
|
| jq -r '.assets[].browser_download_url' \
|
||||||
| xargs curl --output ~/verifier-all.jar
|
| xargs curl -L --output ~/verifier-all.jar
|
||||||
- name: Run Plugin Verifier
|
- name: Run Plugin Verifier
|
||||||
run: |
|
run: |
|
||||||
PR_REPOSITORY=$(jq -re ".pull_request.head.repo.full_name // empty" $GITHUB_EVENT_PATH) || true
|
PR_REPOSITORY=$(jq -re ".pull_request.head.repo.full_name // empty" $GITHUB_EVENT_PATH) || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user