Fix: Forgejo runner runs as root, no sudo needed
All checks were successful
Deploy Teams-Browser-Bot / deploy (push) Successful in 3m20s
All checks were successful
Deploy Teams-Browser-Bot / deploy (push) Successful in 3m20s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
6adaf405c5
commit
6fa1064e4e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
|
||||
- name: Install rsync
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get install -y rsync
|
||||
apt-get update && apt-get install -y rsync
|
||||
|
||||
- name: Deploy files to server
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue