Merge branch 'main' into RELEASE-2022.06

This commit is contained in:
Ryan 2022-10-08 15:08:52 +01:00 committed by GitHub
commit fd6f8a2d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -17,10 +17,10 @@ jobs:
steps:
# Step 1: run a standard checkout action, provided by github
- name: Checkout main
uses: actions/checkout@v3
- name: Checkout current development branch
uses: actions/checkout@v2
with:
ref: main
ref: development
# submodules: 'recursive' ### may be needed in your situation
# Step 2: run this sync action - specify the upstream repo, upstream branch to sync with, and target sync branch