Skip to content

Commit

Permalink
Fix perf test results workflow (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov authored Dec 12, 2024
1 parent 69f8337 commit dfbf158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/postgresql-perf-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: 'Create comment'
run: |
gh pr comment ${PR_NUMBER} -F pr_perf_results --edit-last || \
gh pr comment ${PR_NUMBER} -F pr_perf_results
gh pr comment ${PR_NUMBER} -R ${{ github.repository }} -F pr_perf_results --edit-last || \
gh pr comment ${PR_NUMBER} -R ${{ github.repository }} -F pr_perf_results
env:
PR_NUMBER: ${{ github.event.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dfbf158

Please sign in to comment.