Update the action name
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
parent
631f11007c
commit
a2e82b5a21
@ -8,9 +8,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Hello world action step
|
- name: Hello world action step
|
||||||
id: hello
|
id: hello
|
||||||
uses: actions/hello-world-docker-action@v2
|
uses: alexlau/gitea-actions-test/@v1
|
||||||
with:
|
with:
|
||||||
who-to-greet: 'AvengerMoJo'
|
who-to-greet: 'AvengerMoJo'
|
||||||
# Use the output from the `hello` step
|
# Use the output from the `hello` step
|
||||||
- name: Get the output time
|
- name: Get the output time
|
||||||
run: echo "The time was ${{ steps.hello.outputs.time }}"kkk
|
run: echo "The time was ${{ steps.hello.outputs.time }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user