try to create apps user and group in github actions

This commit is contained in:
kjeld Schouten-Lebbing
2021-10-13 11:47:59 +02:00
parent c2f778263a
commit 7702390281
+2
View File
@@ -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' }}