Update .gitea/workflows/gitea-actions-demo.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 11s

This commit is contained in:
2024-07-15 14:26:36 +00:00
parent d961fb6810
commit e89d28a8eb

View File

@@ -7,7 +7,9 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: apk add --no-cache nodejs ansible-builder ansible python - run: apk add --no-cache nodejs
- run: python -m ensurepip --upgrade
- run: python -m pip install ansible-builder ansible-dev-tools
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - 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 }}." - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code - name: Check out repository code