mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix event created branch
This commit is contained in:
parent
bc2c10657f
commit
9083170bf0
1
.github/workflows/data.yml
vendored
1
.github/workflows/data.yml
vendored
@ -85,6 +85,7 @@ jobs:
|
||||
if: success() && (inputs.push == true || github.event.action == 'created')
|
||||
run: |
|
||||
echo "Git push ..."
|
||||
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