mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-23 15:40:44 -06:00
fixed actions typo
This commit is contained in:
parent
e266113bad
commit
3885333c2f
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -208,6 +208,7 @@ jobs:
|
||||
CHANGES=$(git status --porcelain 2>/dev/null| wc -l)
|
||||
echo "found $CHANGES to push for doc updates"
|
||||
if (( $CHANGES > 0 ))
|
||||
then
|
||||
git commit -m"docs update for $GITHUB_REF"
|
||||
git push
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user