From 752c2a37ae51d47c451d5458b19396178c7c23ff Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Sun, 12 Jan 2025 13:19:58 +0100 Subject: [PATCH] printenv --- .gitea/actions/poetrybuild/action.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/actions/poetrybuild/action.yaml b/.gitea/actions/poetrybuild/action.yaml index f8ff69f..968656b 100644 --- a/.gitea/actions/poetrybuild/action.yaml +++ b/.gitea/actions/poetrybuild/action.yaml @@ -12,10 +12,8 @@ inputs: runs: using: "composite" steps: - - name: Set PATH - run: export PATH=$PATH:~/.local/bin - run: echo "gitea $GITEA_PATH" - - run: echo "github $GITHUB_PATH" + - run: printenv - name: Test run: echo $PATH - name: Install poetry