We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8577e commit 971f53bCopy full SHA for 971f53b
1 file changed
.github/workflows/build.yml
@@ -2,11 +2,6 @@ name: Build
2
3
on: [push, pull_request]
4
5
-permissions:
6
- contents: read
7
- issues: write
8
- pull-requests: write
9
-
10
jobs:
11
fetch-deps:
12
name: Download original binaries
@@ -161,7 +156,7 @@ jobs:
161
156
run: |
162
157
cat <<EOF >reccmp-pr-message.txt
163
158
# reccmp report
164
- ## LEGORACRES (LEGORacers.exe)
159
+ ## LEGORACERS (LEGORacers.exe)
165
160
\`\`\`
166
$(cat LEGORACERS-diff.txt)
167
0 commit comments