aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2023-04-25 19:40:00 -0500
committerdannye <33dannye@gmail.com>2023-04-25 19:40:00 -0500
commit1b9540cc49f76626445d2cb5744be1e81c709ca8 (patch)
tree3a36c9587ea7a8f57eb43fe98d0873e9326fbba6 /.github
parentName some unnamed animation constants (#396) (diff)
downloadpokeyellow-1b9540cc49f76626445d2cb5744be1e81c709ca8.tar.gz
pokeyellow-1b9540cc49f76626445d2cb5744be1e81c709ca8.tar.xz
pokeyellow-1b9540cc49f76626445d2cb5744be1e81c709ca8.zip
Update `EndBug` to v9.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9b3efa30..44317b8b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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 }}