Skip to content

Commit 01b4560

Browse files
committed
Remove trailing } from Action expression
1 parent 5e43db1 commit 01b4560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
pre-validate-performance:
1919
outputs:
20-
check-run-id: ${{ steps.create-check-run.outputs.check-run-id }}}
20+
check-run-id: ${{ steps.create-check-run.outputs.check-run-id }}
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Create check run
@@ -78,7 +78,7 @@ jobs:
7878
7979
pre-validate-compiler-compatibility:
8080
outputs:
81-
check-run-id: ${{ steps.create-check-run.outputs.check-run-id }}}
81+
check-run-id: ${{ steps.create-check-run.outputs.check-run-id }}
8282
runs-on: ubuntu-latest
8383
steps:
8484
- name: Create check run

0 commit comments

Comments
 (0)