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:
2024-07-01 16:10:28 +07:00
parent 31db92c6bd
commit 34312e01a4
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: Update
name: Check
on: [push, pull_request, workflow_dispatch]
@@ -103,6 +103,7 @@ jobs:
- name: Commit Changes
run: |
git pull
git commit -am "chore(update): Update Version Info"
git push origin main
env: