We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd235a5 commit 54be717Copy full SHA for 54be717
2 files changed
.github/workflows/changelog.yml
.github/workflows/release.yml
@@ -36,14 +36,14 @@ jobs:
36
with:
37
cmd: yq w -I4 -i inspec.yml version ${{ steps.version.outputs.next-version }} && sed -i '1i---' inspec.yml
38
39
- - name: push inspec.yml
+ - name: push inspec.yml and changelog
40
uses: github-actions-x/commit@v2.6
41
42
github-token: ${{ secrets.GITHUB_TOKEN }}
43
push-branch: 'master'
44
- commit-message: 'update inspec.yml'
+ commit-message: 'update inspec.yml and changelog'
45
force-add: 'true'
46
- files: inspec.yml
+ files: inspec.yml CHANGELOG.md
47
name: dev-sec CI
48
email: github@gumpri.ch
49
0 commit comments