[world] 'xorg-xeyes-1.3.1-1.8' add
This commit is contained in:
@@ -14,9 +14,12 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
||||||
- name: Retrieve latest
|
- 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
|
- name: check for diff
|
||||||
run: git update-index --refresh
|
run: git update-index --refresh
|
||||||
@@ -26,7 +29,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Build and publish
|
name: Build and publish
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user