[Feature]: Replace $CI_COMMIT_MESSAGE for Gitlab migration #60
-
What operating system are you using?
What version of the tool are you using?gh version 2.20.2 (2022-11-15) What happened?When importing Gitlab CI configurations the environment variable Relevant log outputNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unfortunately, I don't think using |
Beta Was this translation helpful? Give feedback.
Unfortunately, I don't think using
${{ github.event.head_commit.message }}
is a suitable replacement as that field is only available forpush
events. I'll take this back to the team to see if there's a replacement that would work regardless of the event type.