Skip to content

Commit

Permalink
#32 use new output env file
Browse files Browse the repository at this point in the history
  • Loading branch information
ibiqlik committed Oct 14, 2022
1 parent 81e214f commit 29c49db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -35,6 +35,6 @@ yamllint "${options[@]}" ${INPUT_FILE_OR_DIR:-.} | tee -a "$LOGFILE"
exitcode=$?

shopt -u globstar
echo "::set-output name=logfile::$(realpath ${LOGFILE})"
echo "logfile=$(realpath ${LOGFILE})" >> "$GITHUB_OUTPUT"

exit $exitcode

0 comments on commit 29c49db

Please sign in to comment.