Arswarog 7987cfc050
All checks were successful
/ A job to say hello (push) Successful in 1s
5
2025-03-20 13:05:11 +03:00

17 lines
330 B
YAML

on:
pull_request:
types:
- opened
push:
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- name: Hello world action step
id: hello
uses: https://git.arswarog.ru/jt4d/pr-changelog-action@master
with:
who-to-greet: 'Mona the Octocat'