Change branch name in Github Actions

This commit is contained in:
Sylwester Zieliński
2022-03-21 16:48:13 +01:00
parent 94598631e7
commit 87d3c8b670

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: master
ref: main
fetch-depth: 0
- shell: bash
env:
@@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: master
ref: main
fetch-depth: 0
- shell: bash
env: