Skip to content

Commit

Permalink
Remove '-it' from docker run (#454) (#455)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrzej Pankowski <[email protected]>
  • Loading branch information
kwiatekus and Cortey authored Nov 28, 2023
1 parent d0443b8 commit bab5c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: addnab/docker-run-action@3b7e5e2681a0bda95ee4ce0645c28ca1e78ce9ee
with:
image: githubchangeloggenerator/github-changelog-generator
options: -it -v ${{ github.workspace }}:/usr/local/src/your-app
options: -v ${{ github.workspace }}:/usr/local/src/your-app
run: github_changelog_generator -u kyma-project -p serverless -t ${{ secrets.GITHUB_TOKEN }} --enhancement-labels kind/feature,area/ci --bug-labels kind/bug --future-release ${{ github.event.inputs.name }} --unreleased-only --no-author

- name: Create draft release
Expand Down

0 comments on commit bab5c5a

Please sign in to comment.