From 7ea7181947572e7d53e4f071aa580301c74d9255 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Sun, 12 Jan 2025 19:36:45 +0100 Subject: [PATCH] syntax --- .gitea/actions/poetrybuild/action.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/actions/poetrybuild/action.yaml b/.gitea/actions/poetrybuild/action.yaml index a0d63f9..6a69cb9 100644 --- a/.gitea/actions/poetrybuild/action.yaml +++ b/.gitea/actions/poetrybuild/action.yaml @@ -12,12 +12,7 @@ inputs: runs: using: "composite" steps: - # - run: printenv - # - run: echo /root/.local/bin >> $GITHUB_PATH - - run: echo "/root/.local/bin" >> $PATH - - name: Test - name: Add pipx to PATH - if: github.actor == 'nektos/act' run: echo "/root/.local/bin" >> ${GITHUB_PATH} - run: echo $PATH - run: exit 1