Fixing CI
This commit is contained in:
parent
2ed966304c
commit
4034b6f887
4
.github/workflows/backup.sh.yml
vendored
4
.github/workflows/backup.sh.yml
vendored
@ -11,8 +11,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt update
|
sudo apt update
|
||||||
apt -y install rsync tar openssl shellcheck
|
sudo apt -y install rsync tar openssl shellcheck
|
||||||
- name: Run ShellCheck
|
- name: Run ShellCheck
|
||||||
run: |
|
run: |
|
||||||
shellcheck backup.sh
|
shellcheck backup.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user