Skip to content

Commit

Permalink
Fix alignement to please yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Nov 14, 2023
1 parent 0e2a24d commit 4d1cc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pr_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
});
var fs = require('fs');
fs.writeFileSync('${{github.workspace}}/pr.zip',
Buffer.from(download.data));
Buffer.from(download.data));
- name: Extract pull request preview
id: extract
Expand Down

0 comments on commit 4d1cc2e

Please sign in to comment.