builder: Switch to different way of setting git identity.
Signed-off-by: Carlo Dandan <carlodandan.personal@proton.me>
This commit is contained in:
@@ -76,8 +76,8 @@ jobs:
|
||||
run: |
|
||||
mkdir -p ${GITHUB_WORKSPACE}/OrangeFox
|
||||
cd ${GITHUB_WORKSPACE}/OrangeFox
|
||||
git config --global user.name "Carlo Dandan"
|
||||
git config --global user.email "jasminecarlo01@gmail.com"
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
|
||||
git clone https://gitlab.com/OrangeFox/sync.git -b master
|
||||
cd sync
|
||||
./orangefox_sync.sh --branch ${{ github.event.inputs.MANIFEST_BRANCH }} --path ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}
|
||||
|
||||
Reference in New Issue
Block a user