From 069ffd94e3290fb4435e17d9563b033ec51ce786 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Sun, 12 Jan 2025 13:14:55 +0100 Subject: [PATCH] echo --- .gitea/actions/poetrybuild/action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/actions/poetrybuild/action.yaml b/.gitea/actions/poetrybuild/action.yaml index 6be592a..f8ff69f 100644 --- a/.gitea/actions/poetrybuild/action.yaml +++ b/.gitea/actions/poetrybuild/action.yaml @@ -14,6 +14,8 @@ runs: steps: - name: Set PATH run: export PATH=$PATH:~/.local/bin + - run: echo "gitea $GITEA_PATH" + - run: echo "github $GITHUB_PATH" - name: Test run: echo $PATH - name: Install poetry