From 3fffbd1b01256ca530dbf4717ceb46440e1875ed Mon Sep 17 00:00:00 2001 From: Andrii <85483797+andriiandrieiev@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:50:48 +0300 Subject: Repo checkout specification Needed to make workflow reusable. Without this make can't find Makefile because it doesn't exists --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows') 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: | -- cgit v1.2.3