dev
dev copied to clipboard
Press the . key on any repo
This replaces a right single quote `’` with a more typical single quote `'`. This style of apostrophe is used in the following `It's`.
runtime-executor: title: Notify slack channel type: github-action-executor arguments: url: 'https://github.com/marketplace/actions/slack-notify' env: SLACK_WEBHOOK: '${{SLACK_WEBHOOK}}' SLACK_CHANNEL: general SLACK_MESSAGE: Hello from codefresh! SLACK_TITLE: Custom Title SLACK_USERNAME: rtCamp
Test