Skip to content

Commit 14480ea

Browse files
and more
1 parent b93a12c commit 14480ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ciCreatePlatformPool.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
packages: read
9090
env:
9191
METRICSKEY: ${{ secrets.METRICS_KEYS }}
92+
MISSPELL: ${{ secrets.METRICS_KEY }}
9293
steps:
9394
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9495
with:
@@ -104,6 +105,8 @@ jobs:
104105
id: pushMetrics
105106
run: |
106107
keyfile=$(mktemp) || exit 1
108+
echo "${#METRICS_KEYS}"
109+
echo "${#MISSPELL}"
107110
cat > "$keyfile" <<< "$METRICSKEY"
108111
wc "$keyfile"
109112
msg=$(sfp pool list --targetdevhubusername=devhub --json |

0 commit comments

Comments
 (0)