We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What you have
uses: heinrichreimer/[email protected] with: token: ${{ secrets.GITHUB_TOKEN }}
Expected something like this
name: Changelog on: pull_request: types: [closed] release: types: [published] issues: types: [closed, edited] jobs: generate_changelog: runs-on: ubuntu-latest steps: - name: Generate change log uses: heinrichreimer/[email protected] with: token: ${{ secrets.GITHUB_TOKEN }}
If you provide a full example of the workflow it would help developers to adopt this action.
The text was updated successfully, but these errors were encountered:
Very good suggestion! Thank you 😃
Sorry, something went wrong.
6f5b949
No branches or pull requests
What you have
Expected something like this
If you provide a full example of the workflow it would help developers to adopt this action.
The text was updated successfully, but these errors were encountered: