From c9f7c93ddd44927efd0453f182a504dd45c9991b Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Fri, 14 Jun 2024 16:42:14 +0200 Subject: [PATCH] b --- .gitea/workflows/demo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 2bce9d7..4282f27 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -11,6 +11,7 @@ jobs: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: nix run nixpkgs#fastfetch - run: ls /usr/bin + - run: npm --version - name: Check out repository code uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."