Merge pull request #323 from tj-actions/renovate/lock-file-maintenance #891
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request_target: | |
branches: | |
- main | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
name: Test github-changelog-generator | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: shellcheck | |
uses: reviewdog/[email protected] | |
- name: Run github-changelog-generator | |
uses: ./ | |
with: | |
output: 'HISTORY.md' | |
- name: Run github-changelog-generator with PAT token. | |
uses: ./ | |
with: | |
output: 'HISTORY.md' | |
token: ${{ secrets.PAT_TOKEN }} |