testing
This commit is contained in:
parent
153d67e67d
commit
f31c7b883a
1 changed files with 5 additions and 0 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -22,6 +22,11 @@ jobs:
|
||||||
jq -r '.[] | select(.workflow_id=="main.yml") | .id' | head -n1)
|
jq -r '.[] | select(.workflow_id=="main.yml") | .id' | head -n1)
|
||||||
echo "run_id=$LATEST_RUN" >> "$GITHUB_OUTPUT"
|
echo "run_id=$LATEST_RUN" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
|
- name: Test API
|
||||||
|
run: |
|
||||||
|
curl -v -H "Authorization: token ${FORGEJO_TOKEN}" \
|
||||||
|
"https://git.askar.tv/api/actions_pipeline/_apis/pipelines/workflows/main.yml/runs?status=success"
|
||||||
|
|
||||||
- name: Download Signed AAB
|
- name: Download Signed AAB
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue