This commit is contained in:
2024-06-24 22:21:38 +02:00
parent c6f9c7b896
commit fd2c69f58b

View File

@@ -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