Skip to content

Commit

Permalink
ci: quote bools
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiamoe committed Jan 22, 2021
1 parent 521a2ff commit 7cee723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
username: ${{ secrets.OHAI_DOCKER_HUB_ID }}
password: ${{ secrets.OHAI_DOCKER_HUB_PASSWORD }}
- name: Create CHANGELOG.md
uses: charmixer/auto-changelog-action@v1.1
uses: heinrichreimer/github-changelog-generator-action@v2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
output: CHANGELOG.md
Expand All @@ -112,7 +112,7 @@ jobs:
slack-text: "❌ `${{ env.REPO_FULL_NAME }}`: prerelease pipeline failed."
- name: Build latest release changelog
id: changelog
uses: charmixer/auto-changelog-action@v1.1
uses: heinrichreimer/github-changelog-generator-action@v2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
compareLink: "false"
Expand Down

0 comments on commit 7cee723

Please sign in to comment.