Skip to content

Commit

Permalink
Clarified workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Mar 29, 2024
1 parent c52b2d4 commit 228b5c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Update Stubs with LPM
env: { GITHUB_TOKEN: "${{ github.token }}" }
env:
GITHUB_TOKEN: "${{ github.token }}"
LPM_PLUGINS: "https://raw.githubusercontent.com/adamharrison/lite-xl-maintenance/latest/lpm-plugins/gh.lua"
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 --plugin https://raw.githubusercontent.com/adamharrison/lite-xl-maintenance/latest/lpm-plugins/gh.lua gh check-stubs-update-pr --staging .
./lpm gh check-stubs-update-pr --staging .

0 comments on commit 228b5c3

Please sign in to comment.