diff --git a/.gitea/workflows/automerge-with-core.yaml b/.gitea/workflows/automerge-with-core.yaml index e6c3e6d..a2dbc61 100644 --- a/.gitea/workflows/automerge-with-core.yaml +++ b/.gitea/workflows/automerge-with-core.yaml @@ -34,4 +34,5 @@ jobs: - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "🍏 This job's status is ${{ job.status }}." - - run: echo "I'm merge correct" \ No newline at end of file + - run: echo "I'm merge correct" + \ No newline at end of file