[world] 'xorg-xeyes-1.3.1-1.8' add
This commit is contained in:
@@ -47,8 +47,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
mode: move
|
mode: move
|
||||||
parsed-data: ${{ steps.parsed.outputs.parsed-data }}
|
parsed-data: ${{ steps.parsed.outputs.parsed-data }}
|
||||||
username: "${{ inputs.username }}"
|
username: "${{ secrets.USERNAME }}"
|
||||||
token: ${{ inputs.token }}
|
token: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- name: Create publish script
|
- name: Create publish script
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -74,8 +74,8 @@ jobs:
|
|||||||
uses: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/build-publish/@build
|
uses: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/build-publish/@build
|
||||||
if: ${{ steps.parsed.outputs.build == 'true' }}
|
if: ${{ steps.parsed.outputs.build == 'true' }}
|
||||||
with:
|
with:
|
||||||
username: "${{ inputs.username }}"
|
username: "${{ secrets.USERNAME }}"
|
||||||
token: ${{ inputs.token }}
|
token: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- name: Revert publish script
|
- name: Revert publish script
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -88,8 +88,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
mode: delete
|
mode: delete
|
||||||
parsed-data: ${{ steps.parsed.outputs.parsed-data }}
|
parsed-data: ${{ steps.parsed.outputs.parsed-data }}
|
||||||
username: "${{ inputs.username }}"
|
username: "${{ secrets.USERNAME }}"
|
||||||
token: ${{ inputs.token }}
|
token: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- name: Update latest tag
|
- name: Update latest tag
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user