diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 7fefeba..34b4160 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -18,4 +18,4 @@ jobs: - name: Build Docker image run: | docker build -t ${{ gitea.repository }}:latest . - - run: echo "🍏 This job's status is ${{ job.status }}." + - run: echo "This job's status is ${{ job.status }}."