try git init

This commit is contained in:
zeppi 2022-11-25 20:28:57 -05:00
parent 0ef598c78d
commit 72281739f6

View file

@ -23,6 +23,8 @@ jobs:
wget -qO - 'https://gitsecret.jfrog.io/artifactory/api/gpg/key/public' | apt-key add -
apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk software-properties-common wget zipalign git-secret
ls -al
git init
ls -al
git-secret reveal
env:
PGP_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}