Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): display head ref in slack notification message
Default 'Ref' displayed in message relies on github.ref value. On pull_request_target, it's the base_ref, instead of head_ref, that is set as value for github.ref. We cannot change 'Ref' field directly. As a workaround, we hide 'Ref' in the message and display the head_ref directly in SLACK_MESSAGE.
- Loading branch information