Skip to content

Commit

Permalink
Address additional actionlint issues in zips.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
benbowler committed Jul 1, 2024
1 parent 8b2a100 commit a7ac65f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ jobs:
- Download [production build](https://storage.googleapis.com/${{ env.GCS_BUCKET }}/${{ env.GCS_ROOT_PATH }}/${{ github.ref }}/google-site-kit.zip?${{ github.sha }})"
delimiter="${body//$'\n'/'%0A'}"
echo {
"body<<${delimiter}"
"$body"
"${delimiter}"
body<<${delimiter}
$body
${delimiter}
} >> "$GITHUB_OUTPUT"
- name: Create comment on PR with links to build files
if: ${{ steps.find-comment.outputs.comment-id == '' }}
Expand Down

0 comments on commit a7ac65f

Please sign in to comment.