Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiqi Yang committed Oct 26, 2019
1 parent 38032dc commit 2cceae8
Show file tree
Hide file tree
Showing 6 changed files with 45,216 additions and 0 deletions.
16 changes: 16 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Push Alert'
description: 'Alert When push without review'
author: 'Shiqi Yang'
inputs:
repo-token:
description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
required: true
slack-endpoint:
description: 'slack notification endpoint, can be passed in using {{ secrets.SLACK_NOTIFY_ENDPOINT }}'
required: true
slack-channel:
description: 'slack channel name to notify'
required: true
runs:
using: 'node12'
main: 'dist/index.js'
Loading

0 comments on commit 2cceae8

Please sign in to comment.