Update action.yml
This commit is contained in:
@@ -63,4 +63,6 @@ runs:
|
|||||||
if [ -n "$REF" ]; then
|
if [ -n "$REF" ]; then
|
||||||
echo "Checking out ref: $REF"
|
echo "Checking out ref: $REF"
|
||||||
git checkout "$REF"
|
git checkout "$REF"
|
||||||
|
else
|
||||||
|
echo "No Ref provided to checkout!"
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user