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