git-auto-commit-action/wip.sh
Test Suite bceb061b98 WIP
2020-09-13 13:45:53 +02:00

8 lines
90 B
Bash

#!/usr/bin/env bash
if [[ -n $GITHUB ]]; then
echo "GitHub available"
fi
echo "End"