Primera prueba en ejecución #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Primera prueba | |
| run-name: Primera prueba en ejecución | |
| on: [workflow_dispatch] | |
| jobs: | |
| execution: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v2 | |
| - name: run script | |
| run: | | |
| echo "${{ github.workspace }}" | |
| # python ${{ github.workspace }}/hello.py |