Skip to content

Commit

Permalink
Sigh.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Mar 29, 2024
1 parent 228b5c3 commit 24f321d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 24f321d

Please sign in to comment.