shithub: pokecrystal

Download patch

ref: 06dd208cc72b49da3d57233ecf948618b7520d9a
parent: c75d121c78324077bd058c179c94c596c6457f77
author: vulcandth <vulcandth@gmail.com>
date: Sat Apr 1 09:56:21 EDT 2023

Update `EndBug` to v9.

fixes #1038

--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -69,9 +69,8 @@
 
       - 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 }}