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 }}."