Skip to content

Commit

Permalink
fix docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Nov 10, 2022
1 parent 78ec330 commit fd8d685
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ jobs:
- name: update-changelog
if: steps.PR.outputs.number != ''
run: |
docker run --rm -v $(pwd):/src -w /src \
githubchangeloggenerator/github-changelog-generator \
-u ${{ github.repository_owner }} -p ${{ github.event.repository.name }} \
-t ${{ secrets.GITHUB_TOKEN }} --no-issues --no-compare-link \
--since-tag ${{ steps.previoustag.outputs.tag }}
docker run --rm -v $(pwd):/src -w /src githubchangeloggenerator/github-changelog-generator -u ${{ github.repository_owner }} -p ${{ github.event.repository.name }} -t ${{ secrets.GITHUB_TOKEN }} --no-issues --no-compare-link --since-tag ${{ steps.previoustag.outputs.tag }}
git commit -m "update changelog"
git push

0 comments on commit fd8d685

Please sign in to comment.