We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64dcf6 commit b0e26ddCopy full SHA for b0e26dd
.env
@@ -0,0 +1 @@
1
+PG_MAJOR=20
.github/workflows/build-commitfest.yml
@@ -33,6 +33,11 @@ jobs:
33
outputs:
34
tag: ${{ env.TAG }}
35
steps:
36
+ - name: Set common environment variables
37
+ uses: c-py/action-dotenv-to-setenv@v5
38
+ with:
39
+ env-file: .env
40
+
41
- name: Checkout Code
42
uses: actions/checkout@v4
43
0 commit comments