Attempting to limit runner to set users
This commit is contained in:
parent
b5df588336
commit
a21be09765
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: pwd
|
||||
- run: echo "Building for $env:GITHUB_ACTOR"
|
||||
- run: echo "Building for $GITHUB_ACTOR"
|
||||
- run: cat /etc/os-release
|
||||
- run: pacman-key --init
|
||||
- run: pacman --noconfirm -Sy archlinux-keyring
|
||||
|
|
|
|||
Loading…
Reference in New Issue