Skip to content
New issue

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

[Question] Usage example seems to be incomplete. #26

Closed
MikeVaz opened this issue Feb 21, 2021 · 1 comment
Closed

[Question] Usage example seems to be incomplete. #26

MikeVaz opened this issue Feb 21, 2021 · 1 comment

Comments

@MikeVaz
Copy link

MikeVaz commented Feb 21, 2021

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.

@janheinrichmerker
Copy link
Owner

Very good suggestion! Thank you 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants