Skip to content

Commit

Permalink
chore(actions): fix docs commit (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoalramos committed Oct 20, 2022
1 parent 0ea1f72 commit 9124791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Commit changelog
id: commit
run: |
if [[ `git status --porcelain --untracked-files=no` ]]; then
if [[ `git status --porcelain` ]]; then
echo ::set-output name=CHANGES::true
git add ${{ steps.path.outputs.value }}
git commit -m "[skip ci] Update changelogs" -a
Expand Down

0 comments on commit 9124791

Please sign in to comment.