diff --git a/.gitea/workflows/gitea-actions-demo.yaml b/.gitea/workflows/gitea-actions-demo.yaml index b6b567a..2df9a4a 100644 --- a/.gitea/workflows/gitea-actions-demo.yaml +++ b/.gitea/workflows/gitea-actions-demo.yaml @@ -7,7 +7,7 @@ jobs: runs-on: docker steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - - RUN: apk add --no-cache nodejs + - run: apk add --no-cache nodejs - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code