Moved order of things

This commit is contained in:
Hugo Bernier 2024-03-24 20:48:19 -04:00 committed by GitHub
parent e0b771fcfb
commit 682ad30b9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 6 deletions

View File

@ -23,6 +23,11 @@ jobs:
with:
node-version: '20'
- name: Checkout main branch
uses: actions/checkout@v4
with:
ref: 'main'
path: 'main'
- name: Download samples.json
run: wget https://raw.githubusercontent.com/pnp/sp-dev-fx-extensions/main/.metadata/samples.json
@ -38,12 +43,6 @@ jobs:
commit_message: 'Update samples.json'
file_pattern: samples.json
push_options: '--force'
- name: Checkout main branch
uses: actions/checkout@v4
with:
ref: 'main'
path: 'main'
- name: Checkout Docs branch
uses: actions/checkout@v4