Skip to content

Commit c84e877

Browse files
Disable github action, i can't figure that shit out -.-
1 parent a123a33 commit c84e877

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.github/workflows/main.yml

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,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-
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+
#

0 commit comments

Comments
 (0)