dev icon indicating copy to clipboard operation
dev copied to clipboard

Press the . key on any repo

Results 184 dev issues
Sort by recently updated
recently updated
newest added

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