You've already forked armbian.github.io
mirror of
https://github.com/armbian/armbian.github.io.git
synced 2026-01-06 11:42:20 -08:00
Sudo is needed
This commit is contained in:
@@ -184,7 +184,8 @@ jobs:
|
||||
- name: Fix workspace ownership
|
||||
if: always()
|
||||
run: |
|
||||
chown -R "$(id -u)":"$(id -g)" "$GITHUB_WORKSPACE" || true
|
||||
|
||||
sudo chown -R "$(id -u)":"$(id -g)" "$GITHUB_WORKSPACE" || true
|
||||
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
|
||||
Reference in New Issue
Block a user