shithub: pokered

Download patch

ref: 1b9540cc49f76626445d2cb5744be1e81c709ca8
parent: 17eaf761e38cea827320f984cfaaa1527276ab15
author: dannye <33dannye@gmail.com>
date: Tue Apr 25 15:40:00 EDT 2023

Update `EndBug` to v9.

--- 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 }}