mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Update main.yml
This commit is contained in:
parent
e17192e7b4
commit
e07a249f0c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
|||
echo ::set-output name=SOURCE_NAME::${GITHUB_REF#refs/*/}
|
||||
echo ::set-output name=SOURCE_BRANCH::${GITHUB_REF#refs/heads/}
|
||||
echo ::set-output name=SOURCE_TAG::${GITHUB_REF#refs/tags/}
|
||||
echo ::set-output name=WORKSPACE::$GITHUB_WORKSPACE
|
||||
- name: Prepare
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
@ -29,6 +30,7 @@ jobs:
|
|||
env:
|
||||
REPO_URL: https://github.com/ysurac/openmptcprouter
|
||||
SOURCE_NAME: ${{ steps.branch_name.outputs.SOURCE_NAME }}
|
||||
GITHUB_WORKSPACE: ${{ steps.branch_name.outputs.WORKSPACE }}
|
||||
run: |
|
||||
git clone --depth 1 $REPO_URL omr
|
||||
cd omr
|
||||
|
|
Loading…
Reference in a new issue