|
|
@@ -90,8 +90,8 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
|
if:
|
|
|
github.event_name == 'repository_dispatch' &&
|
|
|
- github.event.client_payload.slash_command.sha != '' &&
|
|
|
- contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha)
|
|
|
+ github.event.client_payload.slash_command.args.named.sha != '' &&
|
|
|
+ contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha)
|
|
|
steps:
|
|
|
|
|
|
# Check out merge commit
|