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 e5c5ee7Copy full SHA for e5c5ee7
.github/workflows/ciCreatePlatformPool.yml
@@ -87,8 +87,6 @@ jobs:
87
permissions:
88
contents: read
89
packages: read
90
- env:
91
- METRICSKEY: ${{ secrets.METRICS_KEYS }}
92
steps:
93
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
94
with:
@@ -103,9 +101,10 @@ jobs:
103
101
- name: Push metrics
104
102
id: pushMetrics
105
run: |
+ echo "SF_DEVHUB_URL len: ${#SF_DEVHUB_URL}"
+ echo "METRICSKEY len: ${#METRICSKEY}"
106
keyfile=$(mktemp) || exit 1
107
cat > "$keyfile" <<< "$METRICSKEY"
108
- wc "$keyfile"
109
msg=$(sfp pool list --targetdevhubusername=devhub --json |
110
jq -r '.scratchOrgDetails |
111
group_by(.tag, .status)[] |
0 commit comments