[world] 'xorg-xeyes-1.3.1-1.8' add
Some checks failed
Publish / Check workflow (push) Failing after -2m10s
Publish / Build and publish (push) Has been skipped

This commit is contained in:
2025-11-09 16:49:19 -05:00
parent 3582d37c7c
commit 2b08a1670f

View File

@@ -16,7 +16,7 @@ jobs:
- name: Retrieve latest
env:
WORKFLOW_URL: ${{ gitea.server_url }}/${{ gitea.repository }}/raw/branch/master/.gitea/workflows/publish.yml
WORKFLOW_URL: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/package_template/raw/branch/master/.gitea/workflows/publish.yml
run: |
echo "Retrieving latest workflow from $WORKFLOW_URL" && \
curl -f -o ".gitea/workflows/publish.yml" "$WORKFLOW_URL"