Skip to content

Commit c197f6c

Browse files
authored
Update action.yml
1 parent b278195 commit c197f6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: 'Salesforce DX CLI Action'
1+
name: 'Salesforce SFDX CLI Action'
22
author: Felipe Echanique Torres
3-
description: 'This action allows to use Salesforce DX CLI from GitHub Actions'
3+
description: 'This action allows to use Salesforce SFDX CLI from GitHub Actions'
44
inputs:
55
sfdx-auth-url:
66
description: Authorize a Salesforce org using an SFDX auth URL
7-
required: true
7+
required: false
88
runs:
99
using: 'node12'
1010
main: 'index.js'

0 commit comments

Comments
 (0)