File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 99
1010 workflow_dispatch :
1111
12+ permissions :
13+ contents : write
14+
1215jobs :
1316 generateDiagram :
1417 name : Generate Diagram
1518 runs-on : ubuntu-latest
1619 steps :
1720 - uses : actions/checkout@v4
1821 with :
19- ssh-key : ${{ secrets.DEPLOY_KEY_SSH_PRIVATE_KEY }}
2022 fetch-depth : 0
2123
2224 - uses : actions/setup-node@v3
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ if [ "$ACT" = "true" ]; then
2626 exit 0
2727else
2828 git add measuring/use_gqm.md
29- git diff --staged --quiet || (git commit -m " Update Goals Questions Metrics Graph" && git push origin HEAD:${{ github.ref } } )
29+ git diff --staged --quiet || (git commit -m " Update Goals Questions Metrics Graph" && git push origin " HEAD:${GITHUB_REF} " )
3030fi
You can’t perform that action at this time.
0 commit comments