Arswarog dbab00e2d5
Some checks failed
/ A job to say hello (push) Failing after 1s
6
2025-03-20 13:08:23 +03:00

26 lines
587 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'
hello_world_job_gh:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- name: Hello world action step
id: hello
uses: actions/hello-world-docker-action@master
with:
who-to-greet: 'Mona the Octocat'