charts/.gitea/workflows/test.yml
Mike Smith 78d8fc6885
Some checks failed
Deez / A job to say hi (push) Failing after 1s
Deez / check deez nuts (push) Successful in 13s
feating
2024-09-21 21:11:29 -04:00

27 lines
535 B
YAML

name: Deez
on:
- push
jobs:
nuts:
name: check deez nuts
runs-on: docker
steps:
- name: echo deez
run: echo 'deez nuts'
gitea_job:
name: A job to say hi
steps:
- name: Hello world action step
id: hello
uses: https://git.thecodedom.com/smig/hello-world-action@v2
with:
who-to-greet: 'Smig & Smiggiddy'
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"
- name: Get the env variables
run: env