Skip to content

Commit

Permalink
uncaught syntax errors
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed May 1, 2024
1 parent b569a9f commit adaf27d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
Estimated build time: ${total_bld_time} mins. Check back around:
${finish_time_EST} | ${finish_time_CET} | ${finish_time_UTC} | ${finish_time_PST}
(This comment will get updated once build result is out)
Link to workflow run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}`
Link to workflow run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}`);
- name: '[Prep 7b] Find Comment'
uses: peter-evans/find-comment@v3
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
const fs = require('fs');
fs.writeFileSync('/tmp/comment.txt', `Build status
${{ env.BUILD_WHAT }} build ${context.runNumber} ${status}.
Link to workflow run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}`
Link to workflow run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}`);
- name: '[Post Prep 7b] Create or update comment'
uses: peter-evans/create-or-update-comment@v4
Expand Down

0 comments on commit adaf27d

Please sign in to comment.