charts/.gitea/workflows/test.yml

29 lines
555 B
YAML
Raw Normal View History

2024-09-21 21:11:29 -04:00
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
2024-09-21 22:37:56 -04:00
runs-on: docker
2024-09-21 21:11:29 -04:00
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