Skip to content

Commit

Permalink
Added changed_files output
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Feb 12, 2021
1 parent cf168e8 commit 85302f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ if [[ -z ${CHANGED_FILES} ]]; then
echo "::set-output name=files_changed::false"
else
echo "::set-output name=files_changed::true"
echo "::set-output name=changed_files::${CHANGED_FILES}"
fi

exit 0;

0 comments on commit 85302f4

Please sign in to comment.