Skip to content

Commit

Permalink
fixing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Soap2G authored May 24, 2024
1 parent a3222b0 commit a817a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks-health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "No notebooks found"
NOTEBOOKS="[]"
fi
echo "notebook-list=$NOTEBOOKS" >> $GITHUB_ENV
echo "notebook-list=$NOTEBOOKS" >> $GITHUB_OUTPUT
run-notebooks:
needs: find-notebooks
Expand Down

0 comments on commit a817a92

Please sign in to comment.