feating
This commit is contained in:
parent
3d5b78cc74
commit
78d8fc6885
1 changed files with 27 additions and 0 deletions
27
.gitea/workflows/test.yml
Normal file
27
.gitea/workflows/test.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
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
|
||||
|
Loading…
Reference in a new issue