Update .gitea/workflows/gitea-actions-demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
2024-07-15 14:28:15 +00:00
parent e89d28a8eb
commit f958f71a12

View File

@@ -9,7 +9,7 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: apk add --no-cache nodejs
- run: python -m ensurepip --upgrade
- run: python -m pip install ansible-builder ansible-dev-tools
- run: python -m pip install ansible-builder
- 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