Skip to content

Commit

Permalink
nuevo test
Browse files Browse the repository at this point in the history
  • Loading branch information
asielcabrera committed May 17, 2023
1 parent 58dc219 commit 09e3ef6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Ejecutar aplicación de línea de comandos Swift
description: Esta acción ejecuta una aplicación de línea de comandos Swift
author: 'Asiel Cabrera'

inputs:
myInput:
description: 'TEst de Core'
description: 'Descripción de la entrada myInput'
required: true
default: ''
default: 'Valor predeterminado para myInput'

runs:
using: 'composite'
steps:
Expand Down Expand Up @@ -34,4 +35,4 @@ runs:
swift build
.build/debug/Test_Github_Action ${{ inputs.arguments }}
shell: bash
shell: bash

0 comments on commit 09e3ef6

Please sign in to comment.