Update the action name

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
Alex Lau 2023-09-21 14:29:45 +08:00
parent 631f11007c
commit a2e82b5a21
No known key found for this signature in database
GPG Key ID: 3F28752074CC2261

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 }}"