mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
Update update-cron.yml (#66)
This commit is contained in:
parent
0849639e7a
commit
6405b36a05
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-cron.yml
vendored
2
.github/workflows/update-cron.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git checkout main
|
git checkout main
|
||||||
git submodule add -b ver/${{steps.downloader.outputs.version}} -- https://github.com/${{github.repository}}.git schemas/${{steps.downloader.outputs.version}}
|
git submodule add -b ver/${{steps.downloader.outputs.version}} -- https://github.com/${{github.repository}}.git schemas/${{steps.downloader.outputs.version}}
|
||||||
git add -A
|
git add schemas
|
||||||
git commit -m "Add version ${{steps.downloader.outputs.version}}" --author="${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
|
git commit -m "Add version ${{steps.downloader.outputs.version}}" --author="${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
|
||||||
|
|
||||||
- name: Push new submodule
|
- name: Push new submodule
|
||||||
|
|
Loading…
Add table
Reference in a new issue