mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-06 01:32:32 +00:00
chore(check.yml): rename workflow file from update.yml to check.yml
chore(check.yml): update workflow name from "Update" to "Check" chore(check.yml): add git pull command before committing changes chore(README.md): update badge URL for workflow status to check.yml
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Update
|
name: Check
|
||||||
|
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
@@ -103,6 +103,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit Changes
|
- name: Commit Changes
|
||||||
run: |
|
run: |
|
||||||
|
git pull
|
||||||
git commit -am "chore(update): Update Version Info"
|
git commit -am "chore(update): Update Version Info"
|
||||||
git push origin main
|
git push origin main
|
||||||
env:
|
env:
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
[](https://github.com/NatsumeLS/Gakumas-Translation-Data-EN/graphs/traffic)
|
[](https://github.com/NatsumeLS/Gakumas-Translation-Data-EN/graphs/traffic)
|
||||||
[](https://github.com/NatsumeLS/Gakumas-Translation-Data-EN/actions/workflows/update.yml)
|
[](https://github.com/NatsumeLS/Gakumas-Translation-Data-EN/actions/workflows/check.yml)
|
||||||
|
|
||||||
[](https://natsume.io/GakumasLocalize)
|
[](https://natsume.io/GakumasLocalize)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user