diff options
| author | 2024-10-10 15:03:21 +0100 | |
|---|---|---|
| committer | 2024-10-10 15:03:21 +0100 | |
| commit | ca6ccac8b0eb3ccb6d7eb77aad6fb40065515308 (patch) | |
| tree | 791381c5bdaa2b7d3cb657b6bf5ffc1fe2dc18e8 /.github/workflows | |
| parent | Silently do nothing if a module zaps all of the tags on a TAGMSG. (diff) | |
| parent | When a server stops being ulined remove its users from the uline list. (diff) | |
Merge branch 'insp3' into insp4.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/misspell-fixer.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/misspell-fixer.yml b/.github/workflows/misspell-fixer.yml index 61f659d08..daca2637e 100644 --- a/.github/workflows/misspell-fixer.yml +++ b/.github/workflows/misspell-fixer.yml @@ -31,7 +31,7 @@ jobs: - uses: sobolevn/misspell-fixer-action@master with: options: '-rvnfuRVD .' - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ env.REF_BRANCH }}+fix-spellings-${{ env.DATE }} |
