idk
This commit is contained in:
parent
86fd11cadb
commit
09cd924bc7
2
.github/build-nest-v3
vendored
2
.github/build-nest-v3
vendored
@ -1 +1 @@
|
||||
3
|
||||
4
|
||||
|
4
.github/workflows/build-canaryv3.yml
vendored
4
.github/workflows/build-canaryv3.yml
vendored
@ -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
|
||||
|
4
.github/workflows/build-nestv3.yml
vendored
4
.github/workflows/build-nestv3.yml
vendored
@ -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
|
||||
|
8
.github/workflows/github-pushback.yml
vendored
8
.github/workflows/github-pushback.yml
vendored
@ -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
|
||||
|
4
.github/workflows/release-canaryv3.yml
vendored
4
.github/workflows/release-canaryv3.yml
vendored
@ -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
|
||||
|
4
.github/workflows/release-nestv3.yml
vendored
4
.github/workflows/release-nestv3.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user