Skip to content

Commit

Permalink
Fix PR comment tag (#2410)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS authored Feb 18, 2025
1 parent 94347e7 commit 89df1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sql-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# There is exactly one comment per comment-tag. If a comment with this tag already exists,
# this action will *update* the comment instead of posting a new comment. Therefore, each
# unique benchmark configuration must have a unique comment-tag.
comment-tag: bench-pr-comment-{{ matrix.id }}
comment-tag: bench-pr-comment-${{ matrix.id }}
- name: Upload Benchmark Results
if: inputs.mode == 'develop'
shell: bash
Expand Down

0 comments on commit 89df1a1

Please sign in to comment.