Skip to content

Commit 54be717

Browse files
atomicity
Signed-off-by: Michée Lengronne <michee.lengronne@coppint.com>
1 parent dd235a5 commit 54be717

2 files changed

Lines changed: 3 additions & 37 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
with:
3737
cmd: yq w -I4 -i inspec.yml version ${{ steps.version.outputs.next-version }} && sed -i '1i---' inspec.yml
3838

39-
- name: push inspec.yml
39+
- name: push inspec.yml and changelog
4040
uses: github-actions-x/commit@v2.6
4141
with:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
4343
push-branch: 'master'
44-
commit-message: 'update inspec.yml'
44+
commit-message: 'update inspec.yml and changelog'
4545
force-add: 'true'
46-
files: inspec.yml
46+
files: inspec.yml CHANGELOG.md
4747
name: dev-sec CI
4848
email: github@gumpri.ch
4949

0 commit comments

Comments
 (0)