Skip to content

Commit

Permalink
Update environment variable file path in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Feb 29, 2024
1 parent 3d05d08 commit f938bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo "Import .env files to $GITHUB_ENV (ignoring any commented [#] or empty lines)"
grep -v '^#' ./example.env | grep -v '^$' >> $GITHUB_ENV
grep -v '^#' ./example.versions.env | grep -v '^$' >> $GITHUB_ENV
cat /.env
echo $GITHUB_ENV
- name: Check Env Vars
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/moodle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
id: dotenv
uses: falti/dotenv-action@v1
with:
path: example.versions.env
path: example.env
export-variables: true
keys-case: upper

Expand Down

0 comments on commit f938bca

Please sign in to comment.