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 74bad0b commit bc65ee5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ runs:
shell: bash

#- name: Clonar repositorio
#run: |
#git clone https://github.com/asielcabrera/Test_Github_Action.git
- name: Clonar repositorio
run: |
git clone https://github.com/asielcabrera/Test_Github_Action.git
# Opcionalmente, puedes copiar tu código Swift directamente aquí en lugar de clonar un repositorio

# shell: bash
shell: bash

- name: Compilar y ejecutar
run: |
ls
# cd Test_Github_Action
cd Test_Github_Action
swift build
.build/debug/Test_Github_Action ${{ inputs.arguments }}
Expand Down

0 comments on commit bc65ee5

Please sign in to comment.