We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0f9b5 commit 79e90b0Copy full SHA for 79e90b0
.github/workflows/build-report.yml
@@ -34,9 +34,13 @@ jobs:
34
- name: Build the audit report
35
run: npm run css-audit -- wordpress/src/wp-admin/css/*.css wordpress/src/wp-includes/css/*.css
36
37
+ - name: Remove WordPress files
38
+ run: rm -rf wordpress
39
+
40
- name: Commit and push
41
uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 # 1.5
42
with:
43
github_token: ${{ secrets.GITHUB_TOKEN }}
44
message: "[Automated] Update report"
45
branch: "report"
46
+ rebase: true
0 commit comments