mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
parent
c75d121c78
commit
06dd208cc7
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -69,9 +69,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Update symbols
|
- name: Update symbols
|
||||||
if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
|
if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
|
||||||
uses: EndBug/add-and-commit@v7
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
branch: symbols
|
|
||||||
cwd: "./symbols"
|
cwd: "./symbols"
|
||||||
add: "*.sym"
|
add: "*.sym"
|
||||||
message: ${{ github.event.commits[0].message }}
|
message: ${{ github.event.commits[0].message }}
|
||||||
|
Loading…
Reference in New Issue
Block a user