Merge pull request #11 from pret/master

Update `EndBug` to v9.
This commit is contained in:
Llinos Evans 2023-04-26 14:30:47 +01:00 committed by GitHub
commit 7850a87e83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,9 +69,8 @@ jobs:
- name: Update symbols
if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v9
with:
branch: symbols
cwd: "./symbols"
add: "*.sym"
message: ${{ github.event.commits[0].message }}