mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-01-01 18:46:18 -05:00
Improve action script
This commit is contained in:
parent
b542cd8ae4
commit
253e8bffe2
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -27,7 +27,8 @@ jobs:
|
|||||||
git config --local user.email "hahwul@gmail.com"
|
git config --local user.email "hahwul@gmail.com"
|
||||||
git config --local user.name "WHW"
|
git config --local user.name "WHW"
|
||||||
git add README.md ./scripts/last_change
|
git add README.md ./scripts/last_change
|
||||||
git commit -m "Deploy README.md"
|
git add ./categorize/*
|
||||||
|
git commit -m "Deploy README.md and Categorize Docs"
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user