Skip to content

Commit

Permalink
icon, color and name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosanson authored Feb 13, 2023
1 parent 67888ce commit 9c1e286
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# action.yml
name: 'Mina deploy'
name: 'Simple mina deploy'
description: 'Deploy ruby 2.5.0 usign mina'
branding:
icon: 'arrow-up-circle'
color: 'red'
inputs:
ssh_private_key: # id of input
description: 'Private key that can access servers'
Expand All @@ -20,4 +23,4 @@ runs:
args:
- ${{ inputs.ssh_private_key }}
- ${{ inputs.environment }}
- ${{ inputs.command }}
- ${{ inputs.command }}

0 comments on commit 9c1e286

Please sign in to comment.