Skip to content

Commit

Permalink
chore: load env file
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
  • Loading branch information
gbartolini committed Aug 31, 2024
1 parent e64dcf6 commit 8f5bb87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PG_MAJOR=17
5 changes: 5 additions & 0 deletions .github/workflows/build-commitfest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
outputs:
tag: ${{ env.TAG }}
steps:
- name: Set common environment variables
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: /github/workspace/.env

- name: Checkout Code
uses: actions/checkout@v4

Expand Down

0 comments on commit 8f5bb87

Please sign in to comment.