Codefresh Steps: Reusable Code for Common Operations
This page provides code you can use to perform common operations in the Codefresh CI/CD platform.
github-action-executor github-action-executor
Execute github action
arguments
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