From b5d635d92e567ab2f0e1d139a7db1828efabd00b Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Sun, 12 Jan 2025 13:22:39 +0100 Subject: [PATCH] echo to path --- .gitea/actions/poetrybuild/action.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/actions/poetrybuild/action.yaml b/.gitea/actions/poetrybuild/action.yaml index 968656b..17a085a 100644 --- a/.gitea/actions/poetrybuild/action.yaml +++ b/.gitea/actions/poetrybuild/action.yaml @@ -12,10 +12,12 @@ inputs: runs: using: "composite" steps: - - run: echo "gitea $GITEA_PATH" - run: printenv + - run: echo /root/.local/bin >> $GITHUB_PATH + - run: echo /root/.local/bin >> $PATH - name: Test run: echo $PATH + - run: exit 1 - name: Install poetry run: pipx install poetry - name: Install poetry package