Skip to content

Rename madlibs.yml to madlib.yml #5

Rename madlibs.yml to madlib.yml

Rename madlibs.yml to madlib.yml #5

Workflow file for this run

on: push # runs when ever there is a push to any branch of the repo
name: A workflow for my Hello World Action
jobs:
build:
name: Hello world action
runs-on: ubuntu-latest # useful environment to we can run a simple bash
steps:
- name: hello-world
run: |
echo "hello $GITHUB_ACTOR"