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:48:54 +0100 |
commit | 5efab709de8bece6fbebe2bdb8a42abc0691869a (patch) | |
tree | 254a7f673fcab98c008ed275e88a23308569007d | |
parent | e7d26aed16a7cd55f9883c8c3e6bbba7cac80f04 (diff) | |
download | community.vyos.net-5efab709de8bece6fbebe2bdb8a42abc0691869a.tar.gz community.vyos.net-5efab709de8bece6fbebe2bdb8a42abc0691869a.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: | |