Skip to content

Commit

Permalink
Add the dry-run input.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-manuilov committed Dec 22, 2023
1 parent 555503b commit ce5b518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/zips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ jobs:
rm -rf google-site-kit ./*.zip
echo .distignore > .distignore
- uses: 10up/[email protected]
with:
dry-run: true
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"editor.defaultFormatter": "stylelint.vscode-stylelint"
},
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.eslint": true
"source.fixAll": "explicit",
"source.fixAll.eslint": "explicit"
},
"phpcs.enable": true,
"phpcs.executablePath": "vendor/bin/phpcs",
Expand Down

0 comments on commit ce5b518

Please sign in to comment.