Skip to content

Commit

Permalink
Add unparameterized git variables to release-pr action
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Dec 21, 2023
1 parent 27b0119 commit 897f7cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release-pr/release-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ IFS=$'\n\t'
# shellcheck disable=SC2155
readonly SELF_DIRNAME="$(dirname -- "$0")"

# TODO: Parameterize or make case-insensitive when this is an action
# shellcheck disable=SC2034
readonly GIT_USER="[email protected]"
# shellcheck disable=SC2034
readonly GIT_NAME="Pantheon Automation"

# shellcheck disable=SC1091
source "${SELF_DIRNAME}/../src/functions.sh"

Expand Down

0 comments on commit 897f7cd

Please sign in to comment.