Skip to content

Commit e4fa566

Browse files
authored
Merge pull request #10 from T-Systems-MMS/workflow_test
disable changelog
2 parents 858f9b1 + ceb6398 commit e4fa566

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
future_release: ${{ steps.version.outputs.next-version }}
2929

30-
- name: push changelog
31-
uses: github-actions-x/commit@v2.6
32-
with:
33-
github-token: ${{ secrets.GITHUB_TOKEN }}
34-
push-branch: 'main'
35-
commit-message: 'update changelog'
36-
force-add: 'true'
37-
files: CHANGELOG.md
38-
name: T-Systems MMS
39-
email: frage@t-systems-mms.com
30+
# - name: push changelog
31+
# uses: github-actions-x/commit@v2.6
32+
# with:
33+
# github-token: ${{ secrets.GITHUB_TOKEN }}
34+
# push-branch: 'main'
35+
# commit-message: 'update changelog'
36+
# force-add: 'true'
37+
# files: CHANGELOG.md
38+
# name: T-Systems MMS
39+
# email: frage@t-systems-mms.com
4040

4141
- name: Install Helm
4242
uses: azure/setup-helm@v1

0 commit comments

Comments
 (0)