Skip to content

Commit

Permalink
test docs workflow triggers and blockers
Browse files Browse the repository at this point in the history
Github env vs output
  • Loading branch information
mayank1513 committed Jan 1, 2025
1 parent 5b3da84 commit 06ff455
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fi
- name: Exit early if lib/package.json was modified
if: steps.pub.outputs.file_changed == true
if: env.file_changed == true
run: exit 1

- uses: actions/setup-node@v4
Expand Down
1 change: 0 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"React 18",
"React 19",
"Next.js",
"Next.js 13",
"Next.js 14",
"Next.js 15",
"React server components",
Expand Down

0 comments on commit 06ff455

Please sign in to comment.