From 30a65f2724a182c22c9e638ed606b12dfa458716 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:11:34 +0100 Subject: [PATCH] debugging claim-issue workflow --- .github/workflows/01-claim-issue.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/workflows/01-claim-issue.yml b/.github/workflows/01-claim-issue.yml index d8f6de7e..efd749ea 100644 --- a/.github/workflows/01-claim-issue.yml +++ b/.github/workflows/01-claim-issue.yml @@ -25,25 +25,38 @@ jobs: - name: Retrieve project ID id: get_project_id run: | + echo "Debugging environment variables..." + echo "Repository Owner: ${{ github.repository_owner }}" + echo "Repository Name: ${{ github.event.repository.name }}" + + echo "Constructing query..." QUERY=$(cat <> $GITHUB_ENV fi + echo "PROJECT_ID=$PROJECT_ID" >> $GITHUB_ENV + echo "Successfully retrieved project ID: $PROJECT_ID" + - name: Check if the issue is classified as 'Unclaimed' id: check_unclaimed_tasks run: |