Skip to content

Changes the runs-on job #2

Changes the runs-on job

Changes the runs-on job #2

Workflow file for this run

name: Say Hello World
on:
push:
branches:
- add-github-actions
jobs:
hello_world:
runs-on: ubuntu-latest
steps:
- name: Echo the message
run: |
echo "Hola mundo!"