3º. 2º cuatrimestre. Itinerario de Computación. Grado en Ingeniería Informática. ULL
Write a GitHub Action Hello World following the tutorial at section Hello Actions World!.
hello-js-action-aluXXX
,use-hello-js-action-aluXXX
save the project using the action andhello-js-action-super
build a repo having the former two as submodulesREADME.md
report in the super-repo. Set master
branch for GitHub pages and choose one of the available Jekyll styles. Set the URL in the description sectionIf you feel enthusiastic about GitHub Actions, continue
using the repo actions/javascript-action
as a template and follow the instructions.
Save the action code in repo hello-js-action-aluXXX
but in a branch with name optional
.
To use this new action, you have to reference it in the client repo like this:
steps:
- uses: ULL-ESIT-PL-1920/hello-js-action-aluXXX@optional # Reference a branch
Pay special attention to how the tests were written in this example.