We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9bd6d commit a1707b5Copy full SHA for a1707b5
1 file changed
.github/workflows/update-dependencies.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Load .env file
17
uses: aarcangeli/load-dotenv@v1
18
with:
19
- path: ~/node/git_commit_message.env
+ path: git_commit_message.env
20
filenames: 'git_commit_message.env'
21
- name: view env
22
run: echo ${{ env.TITLE }}
0 commit comments