This talk was made for the PyLadies International Women's Day event 2021. It demonstrates how to use Github actions to remind yourself and others to celebrate your progress and achievements.
software development workflows on GitHub. This includes traditional CI/CD tasks such as running test suites, building applications and publishing packages.
an action someone else created A tale of Two parts Workflows Github Actions Automated processes that run on your repository; workflows can have many GitHub actions
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run
components of an action: 03 Outputs (optional) declare data that an action sets 01 Runs (required) configures the path to the actions code and the application used to execute the code (Docker/ Javascript/ shell script)
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run
the workflow The machine each job should run The tasks each job should run 01. on 02. jobs 03. runs-on 04. steps The command the step should run 05. run