mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update main.yml
This commit is contained in:
parent
2eeaa3a204
commit
a46c3b2b32
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -30,7 +30,11 @@ jobs:
|
|||
run: |
|
||||
git clone --depth 1 $REPO_URL openmptcprouter
|
||||
cd openmptcprouter
|
||||
git checkout ${SOURCE_BRANCH:-$SOURCE_TAG}
|
||||
if [ "$SOURCE_BRANCH" = "Test-Github-Actions" ]; then
|
||||
git checkout ${SOURCE_BRANCH:-$SOURCE_TAG}
|
||||
else
|
||||
git checkout develop
|
||||
fi
|
||||
git pull
|
||||
- name: Build toolchain
|
||||
working-directory: ./openmptcprouter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue