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 8d128b6 commit 27847a1Copy full SHA for 27847a1
.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ jobs:
35
./ci.sh
36
# Check binary-size, stolen from https://github.com/tweedegolf/sequential-storage/blob/master/.github/workflows/ci.yaml
37
binary-size:
38
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest
39
permissions:
40
actions: read
41
pull-requests: write
@@ -96,4 +96,4 @@ jobs:
96
owner: context.repo.owner,
97
repo: context.repo.repo,
98
body: `## PR build size\n \`\`\`\n${{ join(steps.new-size.outputs.*, '\n') }}\n\`\`\`\n ### Diff\n\`\`\`\n${{ steps.bloaty-comparison.outputs.bloaty-output-encoded }}\`\`\`\n`
99
- })
+ })
0 commit comments