Skip to content

Commit 75bbce2

Browse files
committed
feat(button): debug
1 parent ef73d87 commit 75bbce2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reuseable-ci-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,8 @@ jobs:
467467
run: |
468468
echo "PACKAGES_TOKEN is set."
469469
echo "PACKAGES_TOKEN=$PACKAGES_TOKEN" # This should print nothing, it's a secret!
470+
echo "run id"
471+
echo "does this run id match above ${GITHUB_RUN_ID}"
470472
471473
# - name: Get artifact location
472474
# env:
@@ -490,7 +492,7 @@ jobs:
490492
GH_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
491493
run: |
492494
# Get the artifact list for the current workflow run
493-
ARTIFACT_LIST=$(gh api "repos/TechnologyEnhancedLearning/TELBlazor/actions/runs/${github.run_id}/artifacts")
495+
ARTIFACT_LIST=$(gh api "repos/TechnologyEnhancedLearning/TELBlazor/actions/runs/${GITHUB_RUN_ID}/artifacts")
494496
# Echo the entire artifact list for debugging purposes
495497
echo "Artifact List: $ARTIFACT_LIST"
496498
# Extract the download URL from the artifact list (first artifact in the list)

0 commit comments

Comments
 (0)