diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-03-29 10:56:09 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-03-29 10:56:09 -0400 |
commit | f35f6022f852033070d3358aa7d89b930b211098 (patch) | |
tree | 927dc8d2f4c011dccd37994894558091b2d747e5 | |
parent | 17a1681c348d723056cc90d21772a6149778eb41 (diff) | |
download | lite-xl-plugins-f35f6022f852033070d3358aa7d89b930b211098.tar.gz lite-xl-plugins-f35f6022f852033070d3358aa7d89b930b211098.zip |
Added in gitconfig.
-rw-r--r-- | .github/workflows/update-stubs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-stubs.yml b/.github/workflows/update-stubs.yml index 3b9f03a..2051f8b 100644 --- a/.github/workflows/update-stubs.yml +++ b/.github/workflows/update-stubs.yml @@ -11,5 +11,6 @@ jobs: - name: Update Stubs with LPM 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 --plugin https://raw.githubusercontent.com/adamharrison/lite-xl-maintenance/latest/lpm-plugins/gh.lua gh check-stubs-update-pr --staging . |