Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created April 9, 2023 19:23
Show Gist options
  • Save KyMidd/d6c54310255ceae33cf362e6798519b4 to your computer and use it in GitHub Desktop.
Save KyMidd/d6c54310255ceae33cf362e6798519b4 to your computer and use it in GitHub Desktop.
# Map first argument to ticket key
TICKET_REF=$1
# If no ticket key provided, skip
if [ -z "$TICKET_REF" ]; then
echo "☠️ No ticket key provided, skipping"
return 0
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment