Skip to content

chore: Update reusable workflow to use correct path for hello-world-s… #4

chore: Update reusable workflow to use correct path for hello-world-s…

chore: Update reusable workflow to use correct path for hello-world-s… #4

Workflow file for this run

name: Test Approval Workflow
on:
push:
branches:
- main
workflow_dispatch:
jobs:
hello-world-job:
runs-on: ubuntu-latest
environment: prod
steps:
- name: Print Hello World
run: echo "Hello world"