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

This commit is contained in:
Ward from fusion-voyager-3 2024-12-04 20:25:32 +03:00
parent e23fe3649c
commit 003744b30d
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
6
7

View File

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

View File

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

View File

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

View File

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