From de418a123e6cdad894b990383577a092e7ae5843 Mon Sep 17 00:00:00 2001 From: efrain_marin Date: Sun, 20 Jul 2025 23:23:36 +0000 Subject: [PATCH] Update .gitea/workflows/pipeline.yml --- .gitea/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 665b5e2..5fb0adb 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -1,5 +1,5 @@ name: Core Thalos DAL - Deploy -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +run-name: ${{ gitea.actor }} is testing out Gitea Actions on: [push] jobs: @@ -16,4 +16,4 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." + - run: echo "This job's status is ${{ job.status }}."