fix: add user directly into sudoers file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Arch Linux's package tools action
|
||||
|
||||
[](https://github.com/datakrama/archlinux-package-action/actions) [](https://github.com/datakrama/archlinux-package-action/releases) [](./LICENSE)
|
||||
[](https://github.com/hapakaien/archlinux-package-action/actions) [](https://github.com/hapakaien/archlinux-package-action/releases) [](./LICENSE)
|
||||
|
||||
This action allows running tools needed for creating Arch Linux (and AUR) package.
|
||||
Here's what this action can do:
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Validate package
|
||||
uses: datakrama/archlinux-package-action@v1
|
||||
uses: hapakaien/archlinux-package-action@v1
|
||||
```
|
||||
|
||||
#### 2. Only generate .SRCINFO
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Validate package
|
||||
uses: datakrama/archlinux-package-action@v1
|
||||
uses: hapakaien/archlinux-package-action@v1
|
||||
with:
|
||||
flags: ''
|
||||
namcap: false
|
||||
@@ -96,7 +96,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Validate package
|
||||
uses: datakrama/archlinux-package-action@v1
|
||||
uses: hapakaien/archlinux-package-action@v1
|
||||
with:
|
||||
flags: ''
|
||||
namcap: false
|
||||
@@ -120,7 +120,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Validate package
|
||||
uses: datakrama/archlinux-package-action@v1
|
||||
uses: hapakaien/archlinux-package-action@v1
|
||||
with:
|
||||
path: package
|
||||
flags: '-si --noconfirm'
|
||||
|
||||
Reference in New Issue
Block a user