diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-04-21 02:25:05 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-04-21 02:25:05 -0400 |
commit | 8afee460a63fad4287c239bcaa8d9c62f0d0ee8f (patch) | |
tree | ffcfa548c7cbb78013fd8eee5c8d067b03492be8 /.github | |
parent | 2b4a82716c131f0511331284f54b90a8067638e6 (diff) | |
download | lite-xl-plugins-8afee460a63fad4287c239bcaa8d9c62f0d0ee8f.tar.gz lite-xl-plugins-8afee460a63fad4287c239bcaa8d9c62f0d0ee8f.zip |
Disabled CI for now, and restored README.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/workflow.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index e3c1ccc..f378bfb 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 |