-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
26 lines (21 loc) · 566 Bytes
/
action.yml
File metadata and controls
26 lines (21 loc) · 566 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: 'Text Domain Updater For WordPress'
description: 'Adds TextDomain To your wordpress Plugin / Theme based on the content inside Github Repository'
author: 'varunsridharan'
branding:
icon: 'message-square'
color: 'gray-dark'
inputs:
path:
description: 'Set Custom Path There Files Needs To Be Updated'
required: false
default: './'
domain:
description: 'WordPress Theme / Plugin Text-Domain'
required: true
default: ''
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.domain }}
- ${{ inputs.path }}