From 24f321d2ff80a65ea51e654628bf7830ed006ad4 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Fri, 29 Mar 2024 11:17:14 -0400 Subject: Sigh. --- .github/workflows/update-stubs.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-stubs.yml b/.github/workflows/update-stubs.yml index 323a059..671846e 100644 --- a/.github/workflows/update-stubs.yml +++ b/.github/workflows/update-stubs.yml @@ -9,10 +9,8 @@ jobs: steps: - uses: actions/checkout@v2 - name: Update Stubs with LPM - env: - GITHUB_TOKEN: "${{ github.token }}" - LPM_PLUGINS: "https://raw.githubusercontent.com/adamharrison/lite-xl-maintenance/latest/lpm-plugins/gh.lua" + env: { GITHUB_TOKEN: "${{ github.token }}" } run: | git config --global user.name "Github Actions" && git config --global user.email "<>" wget https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-linux -O lpm && chmod +x lpm - ./lpm gh check-stubs-update-pr --staging . + ./lpm --plugin https://raw.githubusercontent.com/adamharrison/lite-xl-maintenance/latest/lpm-plugins/gh.lua gh check-stubs-update-pr --staging . -- cgit v1.2.3