Skip to content

Commit

Permalink
docs: branding update
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon committed Dec 17, 2021
1 parent af466ee commit 3a3dea8
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,9 +1,12 @@
name: 'CircleCI Trigger for GitHub Actions'
description: 'Trigger pipelines on CircleCI for any event on GitHub.'
branding:
icon: "check-circle"
color: "green"
inputs:
GHA_Meta:
required: false
description: 'An optional additional metadata parameter. Will be available on the CircleCI pipeline as GHA_Meta'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit 3a3dea8

Please sign in to comment.