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 93f7749 commit a4e0255
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +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: ''
TEST:
description: 'TEst de Core'
required: true
default: ''

runs:
using: 'composite'
steps:
Expand Down

0 comments on commit a4e0255

Please sign in to comment.