We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af017ee commit cc7906cCopy full SHA for cc7906c
.github/workflows/changesets.yml
@@ -11,10 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout Repo
14
- uses: actions/checkout@master
15
- with:
16
- ## fetch all history for all branches and tags, so we can compare with master
17
- fetch-depth: 0
+ uses: actions/checkout@v2
18
19
- name: Show branches
20
run: git branch
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
0 commit comments