Skip to content

Commit ef73d87

Browse files
committed
feat(button): yml check
1 parent dc449de commit ef73d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ jobs:
463463
name: coverage-report
464464
path: coveragereport
465465

466-
- name: Debug PACKAGES_TOKEN value (Optional)
466+
- name: Debug PACKAGES_TOKEN value (Optional)
467467
run: |
468468
echo "PACKAGES_TOKEN is set."
469469
echo "PACKAGES_TOKEN=$PACKAGES_TOKEN" # This should print nothing, it's a secret!
@@ -484,7 +484,7 @@ jobs:
484484
# echo "Artifact URL: $ARTIFACT_URL"
485485
# echo "artifact_url=$ARTIFACT_URL" >> $GITHUB_ENV
486486

487-
- name: Get artifact location
487+
- name: Get artifact location
488488
env:
489489
PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
490490
GH_TOKEN: ${{ secrets.PACKAGES_TOKEN }}

0 commit comments

Comments
 (0)