We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0854dfb commit 5f1acd9Copy full SHA for 5f1acd9
.github/workflows/this.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Run Coverage on Tier One Plugins
21
run: |
22
pwd
23
- for plugin in ${{ vars.TIER_ONE_PLUGINS_ICON }}
+ for plugin in ${{ vars.TIER_ONE_PLUGINS_ICON_SECRET }}
24
do
25
echo $plugin >> coverageDir/coverage.csv
26
done
0 commit comments