Skip to content

Commit

Permalink
Reenabled CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Apr 21, 2024
1 parent 8afee46 commit 9b97b06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
./lpm-latest list --table url,description --header Library,Description --type library --userdir . >> README.md
./lpm-latest exec 'common.write("manifest.json", json.encode(json.decode(common.read("manifest.json")), { pretty = true }) .. "\n")' --userdir .
./lpm-latest purge --userdir .
#if ! git diff --exit-code -s README.md manifest.json; then
# git config --global user.name "Github Actions" && git config --global user.email "<>"
# git add README.md manifest.json
# git commit -m '[CI] Updated README.md and manifest.json.'
# git push
#fi
if ! git diff --exit-code -s README.md manifest.json; then
git config --global user.name "Github Actions" && git config --global user.email "<>"
git add README.md manifest.json
git commit -m '[CI] Updated README.md and manifest.json.'
git push
fi

0 comments on commit 9b97b06

Please sign in to comment.