We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8062749 commit 433508bCopy full SHA for 433508b
.github/workflows/wporg-assets-update.yml
@@ -18,6 +18,9 @@ jobs:
18
git config --global user.name "10upbot on GitHub"
19
git commit -m "Remove readme.md for WordPress.org deploy"
20
21
+ - name: Create .wordpress-org directory if it doesn't exist.
22
+ run: mkdir -p .wordpress-org
23
+
24
- name: WordPress.org plugin asset/readme update
25
uses: 10up/action-wordpress-plugin-asset-update@stable
26
env:
0 commit comments