diff options
| author | dannye <33dannye@gmail.com> | 2023-04-25 19:40:00 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2023-04-25 19:40:00 -0500 |
| commit | 1b9540cc49f76626445d2cb5744be1e81c709ca8 (patch) | |
| tree | 3a36c9587ea7a8f57eb43fe98d0873e9326fbba6 /.github/workflows | |
| parent | Name some unnamed animation constants (#396) (diff) | |
| download | pokeyellow-1b9540cc49f76626445d2cb5744be1e81c709ca8.tar.gz pokeyellow-1b9540cc49f76626445d2cb5744be1e81c709ca8.tar.xz pokeyellow-1b9540cc49f76626445d2cb5744be1e81c709ca8.zip | |
Update `EndBug` to v9.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 3 |
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 }} |
