[world] 'xorg-xeyes-1.3.1-1.8' add
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user