Skip to content

Commit 19aea42

Browse files
committed
github-actionify: remove unneeded env var notes
There are many other environment variables besides only these. Their purpose can be gleaned from context within the script.
1 parent b0a2e8c commit 19aea42

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

github-actionify.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
#
55
# Script for enabling or updating GitHub Action builds for a given repository.
66

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-
127
#set -e
138

149
dir="$(dirname "$0")"

0 commit comments

Comments
 (0)