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 db980eb commit e4491efCopy full SHA for e4491ef
.gitattributes
@@ -0,0 +1,8 @@
1
+# Directories
2
+/.wordpress-org export-ignore
3
+/.github export-ignore
4
+
5
+# Files
6
+/.editorconfig export-ignore
7
+/.gitattributes export-ignore
8
+/.gitignore export-ignore
.github/workflows/master.yml
@@ -11,12 +11,11 @@ on:
11
12
jobs:
13
deploy-plugin:
14
- name: New tag
+ name: Plugin Deployment
15
runs-on: ubuntu-latest
16
17
steps:
18
- - name: Checkout
19
- uses: actions/checkout@master
+ - uses: actions/checkout@master
20
- name: WordPress Plugin Deploy
21
uses: 10up/action-wordpress-plugin-deploy@master
22
env:
.gitignore
@@ -0,0 +1,3 @@
+/.git
+/.github
+/node_modules
0 commit comments