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

When using parameter check_for_duplicate_msg, a warning is thrown by Github Actions #35

Open
fbontin opened this issue Jan 25, 2021 · 1 comment

Comments

@fbontin
Copy link

fbontin commented Jan 25, 2021

Hi!

When using this action with the optional parameter check_for_duplicate_msg, Github Actions logs a warning (see screenshot below).

Code:

- name: Post comment
  uses: unsplash/comment-on-pr@master
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  with:
    check_for_duplicate_msg: true
    msg: Hello

Screenshot:
image

@mgoodness
Copy link

Ran into this when pinning to v1.2.0. Looks like check_for_duplicate_msg was added later. I'm not a fan of following master, but that does work. Better would be to get a new version tagged/released 🙏 .

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