We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6842c80 commit 0037d8dCopy full SHA for 0037d8d
1 file changed
.github/workflows/generate-dependency-graph.yml
@@ -19,6 +19,7 @@ jobs:
19
20
- name: Commmit
21
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'
+ git config --local user.email "dosukoroid@gmail.com"
+ git config --local user.name "Naoki-Hidaka"
+ git commit -am "Update dependency graph" && git push origin HEAD
25
+ exit 0
0 commit comments