Skip to content

Commit 1866c1e

Browse files
committed
Use simple-dotenv to load variables
1 parent eaf83e2 commit 1866c1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/mend.yml

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
run: |
2828
source "${{ github.action_path }}/pdk-release.env"
2929
30+
- name: Load .env file
31+
uses: xom9ikk/[email protected]
32+
with:
33+
path: ./pdk-release.env
34+
load-mode: strict
35+
3036
- name: Output release status and a link to the current build
3137
run: |
3238
echo ${{ env.PDK_RELEASE_TYPE }}

0 commit comments

Comments
 (0)