Skip to content

Enhance CI workflow with deployment stage #6

Enhance CI workflow with deployment stage

Enhance CI workflow with deployment stage #6

Workflow file for this run

name: hell-world
on: push
jobs:
hello-world-job:
runs-on: ubuntu-latest
steps:
- name: check out repo
uses: actions/checkout@v4
- run: echo "$(cat hello_world.txt)"