File tree 1 file changed +30
-30
lines changed
1 file changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
- on :
2
- push :
3
- branches :
4
- - main
5
-
6
-
7
- jobs :
8
- changelogs :
9
- runs-on : ubuntu-latest
10
- name : Changelog generator
11
-
12
- steps :
13
- - name : Checkout
14
- uses : actions/checkout@v2
15
- - name : Generate
16
- uses :
tj-actions/[email protected]
17
- - name : Move change logs
18
- run : cp /github/workspace/CHANGELOG.md ./CHANGELOG.md
19
- - name : Commit change-logs
20
- run : |
21
- git config --local user.email "github-actions[bot]@users.noreply.github.com"
22
- git config --local user.name "github-actions[bot]"
23
- git add CHANGELOG.md
24
- git commit -m "Generate change logs" -a
25
- - name : Push change-logs
26
- uses : ad-m/github-push-action@master
27
- with :
28
- branch : ${{ github.ref }}
29
-
30
-
1
+ # on:
2
+ # push:
3
+ # branches:
4
+ # - main
5
+ #
6
+ #
7
+ # jobs:
8
+ # changelogs:
9
+ # runs-on: ubuntu-latest
10
+ # name: Changelog generator
11
+ #
12
+ # steps:
13
+ # - name: Checkout
14
+ # uses: actions/checkout@v2
15
+ # - name: Generate
16
+ # uses: tj-actions/[email protected]
17
+ # - name: Move change logs
18
+ # run: cp /github/workspace/CHANGELOG.md ./CHANGELOG.md
19
+ # - name: Commit change-logs
20
+ # run: |
21
+ # git config --local user.email "github-actions[bot]@users.noreply.github.com"
22
+ # git config --local user.name "github-actions[bot]"
23
+ # git add CHANGELOG.md
24
+ # git commit -m "Generate change logs" -a
25
+ # - name: Push change-logs
26
+ # uses: ad-m/github-push-action@master
27
+ # with:
28
+ # branch: ${{ github.ref }}
29
+ #
30
+ #
You can’t perform that action at this time.
0 commit comments