We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8cd3f commit cc9bd6dCopy full SHA for cc9bd6d
1 file changed
.github/workflows/update-dependencies.yml
@@ -14,10 +14,10 @@ jobs:
14
- name: checkout
15
uses: actions/checkout@v4
16
- name: Load .env file
17
- uses: xom9ikk/dotenv@v2.3.0
+ uses: aarcangeli/load-dotenv@v1
18
with:
19
path: ~/node/git_commit_message.env
20
- load-mode: strict
+ filenames: 'git_commit_message.env'
21
- name: view env
22
run: echo ${{ env.TITLE }}
23
# - name: build dependency updater
0 commit comments