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