Codefresh Steps: Reusable Code for Common Operations
This page provides code you can use to perform common operations in the Codefresh CI/CD platform.
1.6K

github-action-executor github-action-executor

Execute github action

arguments

  • args - github action args
  • cache - enable/disable cache
  • debug - show debug logs
  • env - action environment variables
  • registry - registry to push a builded image
  • registry_repo - registry org name
  • url - github action marketplace url
    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

  
github.com
Pavel Kostohrys
Jul 4, 2021