Skip to content

Commit

Permalink
Fix perf report once again (#381)
Browse files Browse the repository at this point in the history
* Fix perf report once again

* Fix

* Fix
  • Loading branch information
artemgavrilov authored Dec 12, 2024
1 parent dfbf158 commit 28e88b4
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} -R ${{ github.repository }} -F pr_perf_results --edit-last || \
gh pr comment ${PR_NUMBER} -R ${{ github.repository }} -F pr_perf_results
gh pr comment ${PR_NUMBER} -F pr_perf_results --repo ${{ github.repository }} --edit-last || \
gh pr comment ${PR_NUMBER} -F pr_perf_results --repo ${{ github.repository }}
env:
PR_NUMBER: ${{ github.event.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 28e88b4

Please sign in to comment.