2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

Update mirror.yml

correct commit syntax
This commit is contained in:
sidey79 2021-11-07 03:11:57 +01:00 committed by GitHub
parent 510f717f63
commit a5dee226e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ jobs:
if [[ $RET == 0 ]]; then
git checkout -f "master"
git rebase "remotes/svn/trunk"
git add .github/* -m "add workflow files"
git add .github/* && git commit -m "add workflow files"
echo "::set-output name=SVN_FETCH_STATUS::complete"
elif [[ $RET != 124 ]]; then
echo "::set-output name=SVN_FETCH_STATUS::error"