Skip to content

Commit decc9fd

Browse files
fix actions
1 parent 437236b commit decc9fd

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

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

2020
- name: Commmit
2121
run: |
22-
git config --local user.email 'action@github.com'
23-
git config --local user.name 'GitHub Action'
22+
git config --local user.email 'dosukoroid@github.com'
23+
git config --local user.name 'Naoki-Hidaka'
2424
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

Comments
 (0)