[world] 'xorg-xeyes-1.3.1-1.8' add
All checks were successful
Publish / Check workflow (push) Successful in -2m10s
Publish / Build and publish (push) Successful in -1m49s

This commit is contained in:
2025-11-09 16:59:12 -05:00
parent 8a8334ec86
commit 5173ffd5b8

View File

@@ -47,8 +47,8 @@ jobs:
with:
mode: move
parsed-data: ${{ steps.parsed.outputs.parsed-data }}
username: "${{ inputs.username }}"
token: ${{ inputs.token }}
username: "${{ secrets.USERNAME }}"
token: ${{ secrets.TOKEN }}
- name: Create publish script
shell: bash
@@ -74,8 +74,8 @@ jobs:
uses: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/build-publish/@build
if: ${{ steps.parsed.outputs.build == 'true' }}
with:
username: "${{ inputs.username }}"
token: ${{ inputs.token }}
username: "${{ secrets.USERNAME }}"
token: ${{ secrets.TOKEN }}
- name: Revert publish script
shell: bash
@@ -88,8 +88,8 @@ jobs:
with:
mode: delete
parsed-data: ${{ steps.parsed.outputs.parsed-data }}
username: "${{ inputs.username }}"
token: ${{ inputs.token }}
username: "${{ secrets.USERNAME }}"
token: ${{ secrets.TOKEN }}
- name: Update latest tag
shell: bash