idk
Some checks failed
Github Push back to gitea / build (push) Waiting to run
PikaOS Package Build Only (amd64-v3) / build (push) Has been cancelled

This commit is contained in:
Ward from fusion-voyager-3 2024-12-04 20:11:14 +03:00
parent 86fd11cadb
commit 09cd924bc7
6 changed files with 25 additions and 1 deletions

View File

@ -1 +1 @@
3
4

View File

@ -17,6 +17,10 @@ jobs:
options: --privileged -it
steps:
- name: Not github check
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 0
- uses: actions/checkout@v3
- name: Install SSH key

View File

@ -17,6 +17,10 @@ jobs:
options: --privileged -it
steps:
- name: Not github check
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 0
- uses: actions/checkout@v3
- name: Install SSH key

View File

@ -17,5 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: id_rsa
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Run
run: ./.github/github_pushback.sh

View File

@ -17,6 +17,10 @@ jobs:
options: --privileged -it
steps:
- name: Not github check
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 0
- uses: actions/checkout@v3
- name: Install SSH key

View File

@ -17,6 +17,10 @@ jobs:
options: --privileged -it
steps:
- name: Not github check
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 0
- uses: actions/checkout@v3
- name: Install SSH key