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

@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: FreeRTOS/FreeRTOS
ref: master
ref: main
path: tools
# Checkout user pull request changes
@ -52,7 +52,7 @@ jobs:
- name: Checkout the parent repository
uses: actions/checkout@v2
with:
ref: master
ref: main
repository: FreeRTOS/FreeRTOS
submodules: 'recursive'
fetch-depth: 1

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