Update .gitea/workflows/ci.yml
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 6s
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 6s
This commit is contained in:
@@ -23,6 +23,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
|
- name: Pull latest changes
|
||||||
|
run: |
|
||||||
|
git pull --rebase origin main || echo "Nothing to rebase"
|
||||||
|
|
||||||
- name: Find Skin Repositories for all users
|
- name: Find Skin Repositories for all users
|
||||||
id: find_skins
|
id: find_skins
|
||||||
shell: sh
|
shell: sh
|
||||||
@@ -166,10 +170,6 @@ jobs:
|
|||||||
git add README.md
|
git add README.md
|
||||||
git commit -m "[ci skip] push back from pipeline" -q || echo "No changes to commit"
|
git commit -m "[ci skip] push back from pipeline" -q || echo "No changes to commit"
|
||||||
|
|
||||||
- name: Pull latest changes
|
|
||||||
run: |
|
|
||||||
git pull --rebase origin main || echo "Nothing to rebase"
|
|
||||||
|
|
||||||
- name: Push changes and create tag
|
- name: Push changes and create tag
|
||||||
run: |
|
run: |
|
||||||
if [ "${GITHUB_REF}" = "refs/heads/main" ]; then
|
if [ "${GITHUB_REF}" = "refs/heads/main" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user