[world] 'xorg-xeyes-1.3.1-1.10' add
This commit is contained in:
@@ -3,10 +3,12 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- ".artixlinux/pkgbase.yaml"
|
||||
|
||||
env:
|
||||
CHECKOUT_ACTION: actions/checkout@v4
|
||||
PKGBASE_PARSER: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/pkgbase-yaml-parser@v0
|
||||
PKGBASE_PARSER: https://git.sanin.dev/packages_infra/pkgbase-yaml-parser@v1
|
||||
|
||||
jobs:
|
||||
check-workflow:
|
||||
@@ -20,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Retrieve latest
|
||||
env:
|
||||
WORKFLOW_URL: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/package_template/raw/branch/master/.gitea/workflows/publish.yml
|
||||
WORKFLOW_URL: https://git.sanin.dev/packages_infra/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"
|
||||
|
||||
Reference in New Issue
Block a user