1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 11:31:51 +00:00

Fix github actions

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-10-26 13:28:15 +01:00
parent 13454e33e7
commit 477006681d

View file

@ -46,6 +46,7 @@ jobs:
git clone --depth 1 $REPO_URL omr
cd omr
if [ "$SOURCE_NAME" != "Test-Github-Actions" ] && [ "$SOURCE_NAME" != "develop" ]; then
git fetch
git checkout master
else
git checkout develop