Skip to content

Commit

Permalink
fix f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Nov 18, 2024
1 parent 8c846c1 commit d20c800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
const issue_number = context.issue.number;
const logUrl = 'https://github.com/${owner}/${repo}/actions/runs/${{ github.run_id }}/jobs/${{ job.id }}'
const logUrl = 'https://github.com/${{owner}}/${{repo}}/actions/runs/${{ github.run_id }}/jobs/${{ job.id }}'
// Fetch existing comment, if it exists
const identifier = `pyQuil-checks-comment`;
Expand Down

0 comments on commit d20c800

Please sign in to comment.