idk
Some checks failed
PikaOS Package Build Only (amd64-v3) / build (push) Failing after 48s
Github Push back to gitea / build (push) Failing after 32s

This commit is contained in:
Ward from fusion-voyager-3 2024-12-04 20:14:29 +03:00
parent 9b323fbee1
commit e23fe3649c
6 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
5 6

View File

@ -4,7 +4,7 @@ if echo "${PWD##*/}" | grep "gitea-pika-first-setup"
then then
echo "This is github attempt pushback" echo "This is github attempt pushback"
else else
echo "No push back here" && exit 0 echo "No push back here" && exit 1
fi fi

View File

@ -19,7 +19,7 @@ jobs:
steps: steps:
- name: Not github check - name: Not github check
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 0 run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 1
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -19,7 +19,7 @@ jobs:
steps: steps:
- name: Not github check - name: Not github check
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 0 run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 1
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -19,7 +19,7 @@ jobs:
steps: steps:
- name: Not github check - name: Not github check
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 0 run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 1
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -19,7 +19,7 @@ jobs:
steps: steps:
- name: Not github check - name: Not github check
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 0 run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 1
- uses: actions/checkout@v3 - uses: actions/checkout@v3