We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a2e8c commit 19aea42Copy full SHA for 19aea42
1 file changed
github-actionify.sh
@@ -4,11 +4,6 @@
4
#
5
# Script for enabling or updating GitHub Action builds for a given repository.
6
7
-# Environment variables:
8
-# $EXEC - an optional prefix for bash commands (for example, if $EXEC=sudo, then the commands will be run as super user access)
9
-# $@ - all positional parameters
10
-# $0, $1, ... - specific positional parameters for each method
11
-
12
#set -e
13
14
dir="$(dirname "$0")"
0 commit comments