Skip to content

Commit 0037d8d

Browse files
fix actions
1 parent 6842c80 commit 0037d8d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/generate-dependency-graph.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919

2020
- name: Commmit
2121
run: |
22-
git config --local user.email 'dosukoroid@github.com'
23-
git config --local user.name 'Naoki-Hidaka'
24-
git diff --quiet && git diff --staged --quiet || git commit -am 'Update dependency graph'
22+
git config --local user.email "dosukoroid@gmail.com"
23+
git config --local user.name "Naoki-Hidaka"
24+
git commit -am "Update dependency graph" && git push origin HEAD
25+
exit 0

0 commit comments

Comments
 (0)