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 11b1c35 commit 52ab931Copy full SHA for 52ab931
.github/workflows/docs.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Check if package.json was modified
21
id: pub
22
run: |
23
- git checkout origin main
+ git fetch && git checkout main
24
echo "diff=$(git diff ${{ github.event.before }}:lib/package.json lib/package.json)" >> $GITHUB_OUTPUT
25
26
- name: Exit early if lib/package.json was modified
0 commit comments