Skip to content

Commit

Permalink
Merge pull request #3 from rasmusbe/patch-1
Browse files Browse the repository at this point in the history
Update entrypoint.sh
  • Loading branch information
mkumatag authored Jan 22, 2024
2 parents 3bf862e + 47d4de7 commit 5e7638e
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 5e7638e

Please sign in to comment.