Skip to content

Commit

Permalink
Add keys-case: upper option to environment variable export
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Feb 29, 2024
1 parent 39a545d commit 18ddcff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
with:
path: example.env
export-variables: true
keys-case: upper

- name: 🛠️ Pull Cron base image
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/db-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
with:
path: example.env
export-variables: true
keys-case: upper

# Log in to OpenShift.
# Note: The secrets needed to log in are NOT available if the PR comes from a FORK.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
path: example.env
export-variables: true
keys-case: upper

# - name: Setup Env Version Vars
# id: dotenv_versions
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/moodle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
with:
path: example.env
export-variables: true
keys-case: upper

- name: 🛠️ Pull PHP base image
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
with:
path: example.env
export-variables: true
keys-case: upper

# Pull latest PHP base image and push to Artifactory
- name: 🛠️ Pull PHP base image and push to Artifactory
Expand Down

0 comments on commit 18ddcff

Please sign in to comment.