Update .gitea/workflows/deploy-ci.yaml
This commit is contained in:
@@ -119,6 +119,7 @@ jobs:
|
|||||||
cat "${{ env.REPO_LIST_FILE }}"
|
cat "${{ env.REPO_LIST_FILE }}"
|
||||||
|
|
||||||
- name: Apply Template to Repositories
|
- name: Apply Template to Repositories
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
mapfile -t repos < "${{ env.REPO_LIST_FILE }}"
|
mapfile -t repos < "${{ env.REPO_LIST_FILE }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user