diff options
author | Daniil Baturin <daniil@baturin.org> | 2024-04-30 10:47:15 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2024-04-30 10:47:15 +0100 |
commit | 6346643a4c2ffc5cb1073309daff9a21f99ae4b0 (patch) | |
tree | 254a7f673fcab98c008ed275e88a23308569007d | |
parent | 48e7a73fc2e950daf4c55aeb22f8e3e839138418 (diff) | |
download | community.vyos.net-6346643a4c2ffc5cb1073309daff9a21f99ae4b0.tar.gz community.vyos.net-6346643a4c2ffc5cb1073309daff9a21f99ae4b0.zip |
Remove explicit branch reference from the checkout action
-rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d59d483..430e6dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,6 @@ jobs: - uses: actions/checkout@v3 with: repository: vyos/community.vyos.net - ref: main - name: Install build dependencies from the repos run: | |