summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2024-04-30 11:07:06 +0100
committerDaniil Baturin <daniil@baturin.org>2024-04-30 11:22:37 +0100
commit3322af2432cfed96e1af6559faff97d3ef189b92 (patch)
treec8c922ef2bc93b6960ae53ae67c1d5eea5f42306
parent6346643a4c2ffc5cb1073309daff9a21f99ae4b0 (diff)
downloadcommunity.vyos.net-3322af2432cfed96e1af6559faff97d3ef189b92.tar.gz
community.vyos.net-3322af2432cfed96e1af6559faff97d3ef189b92.zip
Use a variable for branch checkout
-rw-r--r--.github/workflows/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 430e6dc..679ea65 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -35,6 +35,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: vyos/community.vyos.net
+ ref: ${{ github.ref_name }}
- name: Install build dependencies from the repos
run: |