File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 generateDiagram :
1313 name : Generate Diagram
1414 runs-on : ubuntu-latest
15- steps :
15+ steps :
1616 - name : Checkout
1717 uses : actions/checkout@v4
1818 - name : Use Node.js
2929 - run : sh ./scripts/gqm_gen/gqm_update.sh ./new_gqm.md.tmp ./measuring/use_gqm.md > ./measuring/use_gqm.md.tmp
3030 - run : rm -f ./new_gqm.md.tmp
3131 - 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