Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypta-Eve authored Oct 25, 2024
1 parent 03f3b4d commit 4105cad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4105cad

Please sign in to comment.