We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e43db1 commit 01b4560Copy full SHA for 01b4560
1 file changed
.github/workflows/validate-release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
pre-validate-performance:
19
outputs:
20
- check-run-id: ${{ steps.create-check-run.outputs.check-run-id }}}
+ check-run-id: ${{ steps.create-check-run.outputs.check-run-id }}
21
runs-on: ubuntu-latest
22
steps:
23
- name: Create check run
@@ -78,7 +78,7 @@ jobs:
78
79
pre-validate-compiler-compatibility:
80
81
82
83
84
0 commit comments