Skip to content

Commit 0d8eca2

Browse files
committed
echo
1 parent 5f1acd9 commit 0d8eca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/this.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
- name: Run Coverage on Tier One Plugins
2121
run: |
2222
pwd
23-
for plugin in ${{ vars.TIER_ONE_PLUGINS_ICON_SECRET }}
23+
for plugin in ${{ secrets.TIER_ONE_PLUGINS_ICON_SECRET }}
2424
do
25+
echo $plugin
2526
echo $plugin >> coverageDir/coverage.csv
2627
done
2728
cat coverageDir/coverage.csv

0 commit comments

Comments
 (0)