We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437236b commit decc9fdCopy full SHA for decc9fd
1 file changed
.github/workflows/generate-dependency-graph.yml
@@ -19,8 +19,6 @@ jobs:
19
20
- name: Commmit
21
run: |
22
- git config --local user.email 'action@github.com'
23
- git config --local user.name 'GitHub Action'
+ git config --local user.email 'dosukoroid@github.com'
+ git config --local user.name 'Naoki-Hidaka'
24
git diff --quiet && git diff --staged --quiet || git commit -am 'Update dependency graph'
25
- - name: Push
26
- uses: ad-m/github-push-action@master
0 commit comments