This commit is contained in:
nomadics9 2025-01-04 22:42:34 +03:00
parent 153d67e67d
commit f31c7b883a

View file

@ -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: