Skip to content

Commit 1486372

Browse files
committed
chore: added debug for schedule-test-stats.yaml
1 parent 8837ef0 commit 1486372

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/schedule-test-stats.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020
2121
- name: Print env from previous step
2222
run: |
23-
echo "${{ env.instana_stats_test_cases }}
23+
echo "From .env"
24+
echo "${{ env.instana_stats_test_cases }}"
25+
echo "From $"
2426
echo $instana_stats_test_cases

0 commit comments

Comments
 (0)