Update .github/workflows/build-canaryv3.yml
This commit is contained in:
parent
a7b2609b8d
commit
eb01af4613
9
.github/workflows/build-canaryv3.yml
vendored
9
.github/workflows/build-canaryv3.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Update APT Cache
|
||||
run: apt-get update -y
|
||||
|
||||
- name: Update APT Cache
|
||||
- name: Install Node and NPM
|
||||
run: apt-get install nodejs npm -y
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
@ -28,13 +28,10 @@ jobs:
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
with:
|
||||
key: ${{ variables.SSH_KEY }}
|
||||
key: ${{ vars.SSH_KEY }}
|
||||
name: id_rsa
|
||||
known_hosts: ${{ variables.KNOWN_HOSTS }}
|
||||
known_hosts: ${{ vars.KNOWN_HOSTS }}
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Update APT Cache
|
||||
run: apt-get update -y
|
||||
|
||||
- name: Build Package
|
||||
run: ./mainv3.sh
|
||||
|
Loading…
Reference in New Issue
Block a user