Skip to content

Commit

Permalink
Updated action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 25, 2021
1 parent ef57853 commit 9d01cb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

set -e

auto_doc --help
for path in ${INPUT_FILES}
do
echo "$path"
auto_doc --help
done

0 comments on commit 9d01cb6

Please sign in to comment.