Update the action name

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
2023-09-21 14:29:45 +08:00
parent 631f11007c
commit a2e82b5a21

View File

@@ -8,9 +8,9 @@ jobs:
steps:
- name: Hello world action step
id: hello
uses: actions/hello-world-docker-action@v2
uses: alexlau/gitea-actions-test/@v1
with:
who-to-greet: 'AvengerMoJo'
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"kkk
run: echo "The time was ${{ steps.hello.outputs.time }}"