diff --git a/.gitea/workflows/obs-service.yaml b/.gitea/workflows/obs-service.yaml index 166a3d4..1ef2668 100644 --- a/.gitea/workflows/obs-service.yaml +++ b/.gitea/workflows/obs-service.yaml @@ -16,9 +16,9 @@ jobs: run: | ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." - - name: Hello world action step - id : hello - users: actions/hello-docker-action@v2 + - name: Hello action steps + id: hello + uses: actions/hello-docker-action@v2 with: who-to-greety: 'AvengerMoJo' - name: Get the output time