Skip to content

Commit

Permalink
infra: Fix CIs - Bun & escaping (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r authored Oct 25, 2023
1 parent 8d19364 commit 88df9f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo "Changelog: ${changelog[*]}"
# Export the changelog as a string
echo "changelog<<EOF"$'\n'"${changelog[*]}"$'\n'EOF >> $GITHUB_OUTPUT
echo "changelog<<EOF"$'\n'"${changelog[*]//\"/\\\"}"$'\n'EOF >> $GITHUB_OUTPUT
- name: ✨ Create release
if: steps.version-check.outputs.version != steps.version-check.outputs.current_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:

- name: ⚓️ Unlighthouse check
run: |
npm i -g @unlighthouse/cli puppeteer
bun i -g @unlighthouse/cli puppeteer
unlighthouse-ci --site ${{ needs.deploy.outputs.page_url }} --budget 75
- name: 📤 Upload artifact
Expand Down

0 comments on commit 88df9f7

Please sign in to comment.