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 b93a12c commit 14480eaCopy full SHA for 14480ea
.github/workflows/ciCreatePlatformPool.yml
@@ -89,6 +89,7 @@ jobs:
89
packages: read
90
env:
91
METRICSKEY: ${{ secrets.METRICS_KEYS }}
92
+ MISSPELL: ${{ secrets.METRICS_KEY }}
93
steps:
94
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
95
with:
@@ -104,6 +105,8 @@ jobs:
104
105
id: pushMetrics
106
run: |
107
keyfile=$(mktemp) || exit 1
108
+ echo "${#METRICS_KEYS}"
109
+ echo "${#MISSPELL}"
110
cat > "$keyfile" <<< "$METRICSKEY"
111
wc "$keyfile"
112
msg=$(sfp pool list --targetdevhubusername=devhub --json |
0 commit comments