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?
When I try to use the action with the following configuration
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?