Skip to content

Commit

Permalink
chore(actions): update actions metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev authored Oct 17, 2022
1 parent dfcb352 commit 883ef70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'Rojo Build'
description: 'A GitHub action to automate Rojo project builds.'
branding:
icon: 'activity'
color: 'purple'
icon: 'code'
color: 'white'
inputs:
output:
description: 'File to write to (excluding file type)'
Expand All @@ -13,4 +13,4 @@ inputs:
required: false
runs:
using: 'node16'
main: 'dist/src/index.js'
main: 'dist/src/index.js'

0 comments on commit 883ef70

Please sign in to comment.