[world] 'xorg-xeyes-1.3.1-1.8' add
Some checks failed
Publish / Check workflow (push) Successful in -2m10s
Publish / Build and publish (push) Failing after -1m50s

This commit is contained in:
2025-11-09 16:45:39 -05:00
parent 1faf672ee7
commit 3582d37c7c

View File

@@ -14,9 +14,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Retrieve latest
run: curl -o ".gitea/workflows/publish.yml" "${{ gitea.server_url }}/${{ gitea.repository }}/raw/branch/master/.gitea/workflows/publish.yml"
env:
WORKFLOW_URL: ${{ gitea.server_url }}/${{ gitea.repository }}/raw/branch/master/.gitea/workflows/publish.yml
run: |
echo "Retrieving latest workflow from $WORKFLOW_URL" && \
curl -f -o ".gitea/workflows/publish.yml" "$WORKFLOW_URL"
- name: check for diff
run: git update-index --refresh
@@ -26,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
name: Build and publish
permissions:
contents: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4