From dfdd2da3330303e82494f7eb96a8d8a147a73218 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Fri, 3 Jan 2025 18:51:07 -0500 Subject: [PATCH] Default molecule scenario test - metadata cleanup --- .gitea/workflows/demo.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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