File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 12
12
generateDiagram :
13
13
name : Generate Diagram
14
14
runs-on : ubuntu-latest
15
- steps :
15
+ steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v4
18
18
- name : Use Node.js
29
29
- run : sh ./scripts/gqm_gen/gqm_update.sh ./new_gqm.md.tmp ./measuring/use_gqm.md > ./measuring/use_gqm.md.tmp
30
30
- run : rm -f ./new_gqm.md.tmp
31
31
- run : mv -f ./measuring/use_gqm.md.tmp ./measuring/use_gqm.md
32
- - run : sh ./scripts/gqm_gen/gqm_commit.sh
32
+ - name : Commit GQM Diagram
33
+ working-directory : ./measuring
34
+ run : |
35
+ git config --local user.name "github-actions[bot]"
36
+ git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
37
+ git add .
38
+ git diff --staged --quiet || (git commit -m "Update Goals Questions Metrics Graph" && git push)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments