We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed18e9 commit 9963e63Copy full SHA for 9963e63
1 file changed
.github/workflows/package.yml
@@ -14,12 +14,12 @@ jobs:
14
- name: Checkout code
15
uses: actions/checkout@v4
16
17
- - name: Run PHP_CodeSniffer
18
- uses: php-actions/phpcs@v1
19
- with:
20
- php_version: '8.1'
21
- path: proxy-aware-https-fix.php
22
- standard: WordPress
+ - name: Run PHP_CodeSniffer
+ uses: php-actions/phpcs@v1
+ with:
+ php_version: '8.1'
+ path: proxy-aware-https-fix.php
+ standard: WordPress
23
24
- name: Zip plugin
25
run: zip -r proxy-aware-https-fix.zip proxy-aware-https-fix.php README.md LICENSE CHANGELOG.md
0 commit comments