Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusbe authored Jan 22, 2024
1 parent 3bf862e commit 47d4de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ image_base_layer=$(get_image_base_layer)
found=$(echo "${base_layers}" | grep -c "${image_base_layer}")
retval=$?
if [ "$found" -gt 0 ]; then
echo "::set-output name=needs-update::false"
echo "needs-update=false" >> $GITHUB_OUTPUT
else
echo "::set-output name=needs-update::true"
fi
echo "needs-update=true" >> $GITHUB_OUTPUT
fi

0 comments on commit 47d4de7

Please sign in to comment.