diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96531ce..fc4c5f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,8 +17,7 @@ jobs: sed -i "s/$OLDVERS/$NEWVERS/g" ./tools/generate_sde_json.php sed -i "s/$OLDVERS/$NEWVERS/g" sde.json - - name: Commit files # transfer the new html files back into the repository - run: | + git config --local user.name ${{ github.actor }} git config --local user.email "${{ github.actor }}@users.noreply.github.com" VERS=$(cat sde.json | grep -E -o "([0-9]{8}-TRANQUILITY)" | uniq)