From fd2c69f58b2bd52e5f511452f08b8a82be10592d Mon Sep 17 00:00:00 2001 From: Valentin Boulanger Date: Mon, 24 Jun 2024 22:21:38 +0200 Subject: [PATCH] refresh --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 51d48c4..419a550 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: - run: nvm install 20 - run: node -v - run: npm -v - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" + - run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code uses: actions/checkout@v3