Skip to content

Commit

Permalink
chore(docs): add step to create local copy of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumolari committed Dec 5, 2023
1 parent ac038d3 commit 48144f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create local copy of main branch
run: git fetch origin main:main
- name: Get changed packages
uses: caffco/[email protected]
with:
Expand Down

0 comments on commit 48144f1

Please sign in to comment.