diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 979f4c9..27121d0 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -15,8 +15,8 @@ jobs: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code uses: actions/checkout@v4 - - name: List files in the repository - run: | - ls ${{ gitea.workspace }} - name: Update flake - run: nix flake update \ No newline at end of file + run: | + cd ${{ gitea.workspace }} + ls + nix flake update \ No newline at end of file