Skip to content

Commit 5b26043

Browse files
committed
remove env echo
1 parent 258f771 commit 5b26043

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ jobs:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
run: cd dependency_updater && ./dependency_updater --repo ../ --github-action true
2727

28-
- name: Load .env file
28+
- name: load commit message/title .env file
2929
uses: aarcangeli/load-dotenv@2afd907c7bb1c0324d22a6192693213867e77443 # v1.1.0
3030
with:
3131
filenames: 'commit_message.env'
3232

33-
- name: view env
34-
run: echo ${{ env.TITLE }}
35-
3633
- name: create pull request
3734
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
3835
with:

0 commit comments

Comments
 (0)