Skip to content

Update github-actions-environments-inputs.yml #38

Update github-actions-environments-inputs.yml

Update github-actions-environments-inputs.yml #38

Workflow file for this run

name: Hello world
on:
push:
jobs:
hello-world:
name: Greet
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Echo
run: echo "Hello world"