diff options
author | Daniil Baturin <daniil@baturin.org> | 2024-04-30 11:07:06 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2024-04-30 11:22:37 +0100 |
commit | 3322af2432cfed96e1af6559faff97d3ef189b92 (patch) | |
tree | c8c922ef2bc93b6960ae53ae67c1d5eea5f42306 | |
parent | 6346643a4c2ffc5cb1073309daff9a21f99ae4b0 (diff) | |
download | community.vyos.net-3322af2432cfed96e1af6559faff97d3ef189b92.tar.gz community.vyos.net-3322af2432cfed96e1af6559faff97d3ef189b92.zip |
Use a variable for branch checkout
-rw-r--r-- | .github/workflows/main.yml | 1 |
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: | |