Skip to content

Commit

Permalink
Fix pr number filename
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 13, 2023
1 parent fc3a6ab commit 5b44c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/write_failure_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
let fs = require('fs');
let issue_number = Number(fs.readFileSync('./test-results-qt${{ matrix.qt-version }}.zip'));
let issue_number = Number(fs.readFileSync('./pr_number'));
let body = String(fs.readFileSync('./summary.md'));
await github.rest.issues.createComment({
owner: context.repo.owner,
Expand Down

0 comments on commit 5b44c1c

Please sign in to comment.