mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-06-16 16:38:51 +00:00
8 lines
90 B
Bash
8 lines
90 B
Bash
#!/usr/bin/env bash
|
|
|
|
if [[ -n $GITHUB ]]; then
|
|
echo "GitHub available"
|
|
fi
|
|
|
|
echo "End"
|