aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/workflow.yml
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2024-04-21 13:49:18 -0400
committerAdam Harrison <adamdharrison@gmail.com>2024-04-21 13:49:18 -0400
commit97a7970917d29a629212a04f723540acb0d9b5fb (patch)
tree26855cfbe143ae8311a41f6d8fde8d4cff4b942b /.github/workflows/workflow.yml
parent96fb73fccce46260b2ba88c9f45c87dc165c6374 (diff)
downloadlite-xl-plugins-97a7970917d29a629212a04f723540acb0d9b5fb.tar.gz
lite-xl-plugins-97a7970917d29a629212a04f723540acb0d9b5fb.zip
Made only a local init, no remotes.
Diffstat (limited to '.github/workflows/workflow.yml')
-rw-r--r--.github/workflows/workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 273a514..ee29ca2 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -16,7 +16,7 @@ jobs:
perl -pi -e 'exit(0) if $_ =~ m/^\-\-\-/' README.md && echo -e "---" >> README.md
echo -e "\n## Plugins\n" >> README.md
export TABLE_COLUMNS='{{string.format("[`%s`](%s)", addon.id, (addon.extra and addon.extra.url or addon.url)) .. ((addon.extra and addon.extra.url or addon.url:find("http")) and "*" or "")}},description'
- ./lpm-latest init . --userdir .
+ ./lpm-latest init none --userdir . && ./lpm-latest add . --userdir .
./lpm-latest list --table "$TABLE_COLUMNS" --header Plugin,Description --type plugin --tag '!language' --status '!core' --userdir . >> README.md
echo -e "\n## Languages\n" >> README.md
./lpm-latest list --table "$TABLE_COLUMNS" --header Language,Description --type plugin --tag 'language' --userdir . >> README.md