Update .gitea/workflows/deploy-ci.yaml
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 10s
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 10s
This commit is contained in:
@@ -68,6 +68,7 @@ jobs:
|
|||||||
echo "VALID_REPOS_FILE=$valid_repos_file" >> $GITHUB_ENV
|
echo "VALID_REPOS_FILE=$valid_repos_file" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Apply CI Template to Valid Repositories
|
- name: Apply CI Template to Valid Repositories
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mapfile -t repos < "$VALID_REPOS_FILE"
|
mapfile -t repos < "$VALID_REPOS_FILE"
|
||||||
for repo_full in "${repos[@]}"; do
|
for repo_full in "${repos[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user