fix the typo actions

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
Alex Lau 2023-09-21 00:18:06 +08:00
parent 0ed8fecd25
commit 08cdc16d19
No known key found for this signature in database
GPG Key ID: 3F28752074CC2261

View File

@ -16,9 +16,9 @@ jobs:
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- name: Hello world action step - name: Hello action steps
id : hello id: hello
users: actions/hello-docker-action@v2 uses: actions/hello-docker-action@v2
with: with:
who-to-greety: 'AvengerMoJo' who-to-greety: 'AvengerMoJo'
- name: Get the output time - name: Get the output time