Skip to content

Commit b0e26dd

Browse files
committed
chore: load env file
Signed-off-by: Gabriele Bartolini <[email protected]>
1 parent e64dcf6 commit b0e26dd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PG_MAJOR=20

.github/workflows/build-commitfest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
outputs:
3434
tag: ${{ env.TAG }}
3535
steps:
36+
- name: Set common environment variables
37+
uses: c-py/action-dotenv-to-setenv@v5
38+
with:
39+
env-file: .env
40+
3641
- name: Checkout Code
3742
uses: actions/checkout@v4
3843

0 commit comments

Comments
 (0)