diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 4cd00f4..5b7e6e9 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -1,5 +1,5 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +name: Gitea Actions - molecule test work +run-name: ${{ gitea.actor }} is running molecule test work on: [push] jobs: @@ -8,7 +8,6 @@ jobs: container: images: rockylinux/rockylinux:9 steps: - - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code uses: actions/checkout@v4 - name: Set up Python