1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-09-14 18:00:38 +02:00 committed by GitHub
parent e17192e7b4
commit e07a249f0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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