Skip to content

Commit

Permalink
Changed to ` style quotes to include PR var in string
Browse files Browse the repository at this point in the history
  • Loading branch information
nguy8tri committed Sep 17, 2024
1 parent 1939a81 commit beac973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-artifacts-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
script: |
const prNumber = process.env.PR_NUMBER;
const prFooter = "# Artifacts for PR #${prNumber} (DO NOT CHANGE)";
const prFooter = `# Artifacts for PR #${prNumber} (DO NOT CHANGE)`;
const artifactLinks = `- [Coverage Artifact](https://uwcubesat.github.io/found/${prNumber}/merge/coverage)\n`
+ `- [Doxygen Artifact](https://uwcubesat.github.io/found/${prNumber}/merge/doxygen)\n`;
Expand Down

0 comments on commit beac973

Please sign in to comment.