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 a1dabeb commit ae8db26Copy full SHA for ae8db26
.github/workflows/push.yml
@@ -37,8 +37,9 @@ jobs:
37
npx brrr builds/respec-w3c.js -o builds
38
file_size=$(stat -c%s "builds/respec-w3c.js")
39
xfer_file_size=$(stat -c%s "builds/respec-w3c.js.br")
40
- curl --fail -L -X PUT "https://respec.org/respec/size" \
+ curl -L -X PUT "https://respec.org/respec/size" \
41
-H "Authorization: $RESPEC_SECRET" \
42
+ -s -w "HTTP Response Code: %{http_code}\n" \
43
-d "size=$file_size" -d "xferSize=$xfer_file_size "\
44
-d "sha=$GITHUB_SHA" -d "timestamp=$timestamp"
45
env:
0 commit comments