Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
message-square

GitHub Action

Github mention to Slack

v1.22

Github mention to Slack

message-square

Github mention to Slack

Convert Github mention to Slack mention

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Github mention to Slack

uses: abeyuya/[email protected]

Learn more about this action in abeyuya/actions-mention-to-slack

Choose a version

Hello world javascript action

This action prints "Hello World" or "Hello" + the name of a person to greet to the log.

Inputs

who-to-greet

Required The name of the person to greet. Default "World".

Outputs

time

The time we greeted you.

Example usage

uses: actions/hello-world-javascript-action@v1 with: who-to-greet: 'Mona the Octocat'

Development

build index.js

$ ./node_modules/.bin/tsc index.ts