Skip to content

Commit 137ec77

Browse files
committed
check directory
1 parent 89aa152 commit 137ec77

1 file changed

Lines changed: 20 additions & 19 deletions

File tree

.github/workflows/update-dependencies.yml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,23 @@ jobs:
2121
run: cd dependency_updater && go build
2222

2323
- name: run dependency updater
24-
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: cd dependency_updater && ./dependency_updater --repo . --commit true
27-
28-
- name: Load .env file
29-
uses: aarcangeli/load-dotenv@v1.1.0
30-
with:
31-
filenames: 'git_commit_message.env'
32-
33-
- name: view env
34-
run: echo ${{ env.TITLE }}
35-
36-
- name: create pull request
37-
uses: peter-evans/create-pull-request@v7.0.8
38-
with:
39-
title: ${{ env.TITLE }}
40-
commit-message: ${{ env.TITLE }}
41-
body: ${{ env.DESC }}
42-
branch: update-dependencies
24+
run: pwd
25+
# env:
26+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
# run: cd dependency_updater && ./dependency_updater --repo . --commit true
28+
29+
# - name: Load .env file
30+
# uses: aarcangeli/load-dotenv@v1.1.0
31+
# with:
32+
# filenames: 'git_commit_message.env'
33+
34+
# - name: view env
35+
# run: echo ${{ env.TITLE }}
36+
37+
# - name: create pull request
38+
# uses: peter-evans/create-pull-request@v7.0.8
39+
# with:
40+
# title: ${{ env.TITLE }}
41+
# commit-message: ${{ env.TITLE }}
42+
# body: ${{ env.DESC }}
43+
# branch: update-dependencies

0 commit comments

Comments
 (0)