Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asielcabrera authored May 17, 2023
1 parent fcf4061 commit 74bad0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Ejecutar aplicación de línea de comandos Swift
description: Esta acción ejecuta una aplicación de línea de comandos Swift

inputs:
arguments:
description: 'Argumentos para pasar a la aplicación'
required: false
default: ''

myInput:
description: 'TEst de Core'
required: true
Expand Down

0 comments on commit 74bad0b

Please sign in to comment.