File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 7
7
- ' 7.17'
8
8
- ' 8.[0-9]+'
9
9
10
- # For debugging purposes:
11
- # pull_request:
12
- # types: [opened, synchronize, reopened]
13
- # branches:
14
- # - main
10
+ pull_request :
11
+ types : [opened, synchronize, reopened]
15
12
16
13
concurrency :
17
14
group : ${{ github.workflow }}-${{ github.ref }}
71
68
git add -A ./output
72
69
git commit -m "Update specification output"
73
70
git push
74
-
75
- # For debugging purposes:
76
- # - name: Push Output
77
- # if: steps.changes.outputs.has-changes == '1'
78
- # env:
79
- # BRANCH_NAME: output_${{ github.run_id }}_${{ github.run_attempt }}
80
- # run: |
81
- # git fetch
82
- # git switch main
83
-
84
- # git add -A ./output
85
- # git commit -m "Update specification output"
86
- # git push origin HEAD:refs/heads/${{ env.BRANCH_NAME }}
You can’t perform that action at this time.
0 commit comments