We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8837ef0 commit 1486372Copy full SHA for 1486372
.github/workflows/schedule-test-stats.yaml
@@ -20,5 +20,7 @@ jobs:
20
21
- name: Print env from previous step
22
run: |
23
- echo "${{ env.instana_stats_test_cases }}
+ echo "From .env"
24
+ echo "${{ env.instana_stats_test_cases }}"
25
+ echo "From $"
26
echo $instana_stats_test_cases
0 commit comments