Skip to content

add hello world workflow #2

add hello world workflow

add hello world workflow #2

Workflow file for this run

name: Hello World
on:
push:
jobs:
say-hello:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- name: Print Hello World
run: echo "Hello World"