Update parent repository primary branch name from "master" to "main". (#304)

This commit is contained in:
Paul Bartell 2021-04-09 09:42:35 -07:00 committed by GitHub
parent 75e0c36eb4
commit a31018d025
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 74 additions and 74 deletions

View file

@ -8,7 +8,7 @@ jobs:
- name: Checkout Parent Repository
uses: actions/checkout@v2
with:
ref: master
ref: main
repository: FreeRTOS/FreeRTOS
submodules: 'recursive'
fetch-depth: 1