Remove sudo group section
Some checks failed
Deploy to Web Server / deploy (push) Failing after 2m31s
Some checks failed
Deploy to Web Server / deploy (push) Failing after 2m31s
This commit is contained in:
parent
5dbbf7d550
commit
c8c13c8c9e
1 changed files with 3 additions and 3 deletions
|
@ -43,9 +43,9 @@ jobs:
|
|||
run: |
|
||||
apt-get update && apt-get -y install sudo
|
||||
|
||||
- name: Sudo group
|
||||
run: |
|
||||
groupmod -a -U $USER sudo
|
||||
# - name: Sudo group
|
||||
# run: |
|
||||
# groupmod -a -U $USER sudo
|
||||
|
||||
- name: Setup Tailscale
|
||||
uses: https://github.com/tailscale/github-action@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue