try to create apps user and group in github actions
This commit is contained in:
@@ -92,6 +92,8 @@ jobs:
|
||||
install="true"
|
||||
echo "::set-output name=install::true"
|
||||
fi
|
||||
groupadd apps -g 568
|
||||
useradd apps -u 568 -g 568 -d /home/apps -s /bin/bash
|
||||
|
||||
- name: Install Helm
|
||||
if: ${{ matrix.app != '.gitkee' }}
|
||||
|
||||
Reference in New Issue
Block a user