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

Unable to use action with merged pull request trigger #341

Open
gardar opened this issue Feb 15, 2023 · 0 comments · May be fixed by #343
Open

Unable to use action with merged pull request trigger #341

gardar opened this issue Feb 15, 2023 · 0 comments · May be fixed by #343

Comments

@gardar
Copy link

gardar commented Feb 15, 2023

When I try to use the action with the following configuration

on:
  pull_request:
    types:
      - closed

jobs:
  if_merged:
    if: github.event.pull_request.mer

the action just exists silently, it doesn't fail or set any outputs or even log any error messages, which makes it hard to diagnose what's causing it to fail.

Any ideas?

@gardar gardar linked a pull request Feb 16, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant