mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix date.yml
This commit is contained in:
parent
03b2b4af25
commit
d02eae6a09
4
.github/workflows/data.yml
vendored
4
.github/workflows/data.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
ref: main
|
||||
|
||||
- name: Init Env
|
||||
run: |
|
||||
@ -85,7 +87,7 @@ jobs:
|
||||
if: success() && (inputs.push == true || github.event.action == 'created')
|
||||
run: |
|
||||
echo "Git push ..."
|
||||
git checkout main
|
||||
# git checkout main
|
||||
git pull
|
||||
status=$(git status -s | grep -E "docs" | awk '{printf " %s", $2}')
|
||||
if [ -n "${status}" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user