From 4096998f4dd0e1f2ca74a203a0b7152bc11e3173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20H=C3=BCbelbauer?= Date: Fri, 15 Apr 2022 00:02:55 +0200 Subject: [PATCH] Update branch name It was renamed from "master". --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f6376d..dc7da2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: - name: Check out the source code uses: actions/checkout@v3 with: - ref: master + ref: main submodules: recursive - name: Switch to Node 14 (needed for PKG) uses: actions/setup-node@v2-beta