diff --git a/.github/workflows/validate-downstream.yml b/.github/workflows/validate-downstream.yml index db200dc9..4948a319 100644 --- a/.github/workflows/validate-downstream.yml +++ b/.github/workflows/validate-downstream.yml @@ -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`;