mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Update mirror.yml
removed git add
This commit is contained in:
parent
bbd28f38c3
commit
b9e3e44e8c
1
.github/workflows/mirror.yml
vendored
1
.github/workflows/mirror.yml
vendored
@ -89,7 +89,6 @@ jobs:
|
||||
if [[ $RET == 0 ]]; then
|
||||
git checkout -f "master"
|
||||
git rebase "remotes/svn/trunk"
|
||||
git add .github/* && git commit -m "add workflow files"
|
||||
elif [[ $RET != 124 ]]; then
|
||||
echo "::set-output name=SVN_FETCH_STATUS::error"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user