Skip to content

Commit

Permalink
branding
Browse files Browse the repository at this point in the history
  • Loading branch information
strumwolf authored Jul 31, 2020
1 parent e2c3e71 commit 9b5d976
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Delete Deployment Environment'
description: 'Delete the entire environment and deployments for the branch the action is running on'
author: "strumwolf"
branding:
icon: briefcase
color: black
inputs:
token:
description: GitHub access token
Expand All @@ -10,4 +13,4 @@ inputs:
required: true
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit 9b5d976

Please sign in to comment.