diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-03-29 11:02:50 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-03-29 11:02:50 -0400 |
commit | c52b2d49959667f0e8b633fcf1ca393f576d3b55 (patch) | |
tree | 2d6dfbfac5b4850a799a6134d4166e7b6c2eed56 | |
parent | 554743ef795bd0e666ebc3309f74089dc467c59b (diff) | |
download | lite-xl-plugins-c52b2d49959667f0e8b633fcf1ca393f576d3b55.tar.gz lite-xl-plugins-c52b2d49959667f0e8b633fcf1ca393f576d3b55.zip |
Typo.
-rw-r--r-- | .github/workflows/update-stubs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-stubs.yml b/.github/workflows/update-stubs.yml index eaae8df..671846e 100644 --- a/.github/workflows/update-stubs.yml +++ b/.github/workflows/update-stubs.yml @@ -5,7 +5,7 @@ on: jobs: update_stubs: runs-on: ubuntu-latest - permissions: { pull-requests: "write", content: "write" } + permissions: { pull-requests: "write", contents: "write" } steps: - uses: actions/checkout@v2 - name: Update Stubs with LPM |