summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrii <85483797+andriiandrieiev@users.noreply.github.com>2023-09-05 20:50:48 +0300
committerGitHub <noreply@github.com>2023-09-05 20:50:48 +0300
commit3fffbd1b01256ca530dbf4717ceb46440e1875ed (patch)
tree9ac90b17db0ce9e8cc00b5c9c7b1e3c9a3a1a2d9
parent874776024e708114430b16349c95a2780b12ef1c (diff)
downloadcommunity.vyos.net-3fffbd1b01256ca530dbf4717ceb46440e1875ed.tar.gz
community.vyos.net-3fffbd1b01256ca530dbf4717ceb46440e1875ed.zip
Repo checkout specification
Needed to make workflow reusable. Without this make can't find Makefile because it doesn't exists
-rw-r--r--.github/workflows/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 422cad2..71cfed5 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -37,7 +37,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
+ with:
+ repository: vyos/community.vyos.net
+ ref: main
- name: Install build dependencies from the repos
run: |