~moody/pokered

1b9540cc49f76626445d2cb5744be1e81c709ca8 — dannye 5 months ago 17eaf76
Update `EndBug` to v9.
1 files changed, 1 insertions(+), 2 deletions(-)

M .github/workflows/main.yml
M .github/workflows/main.yml => .github/workflows/main.yml +1 -2
@@ 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 }}