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 0b9beec commit b278195Copy full SHA for b278195
README.md
@@ -1,12 +1,12 @@
1
-# Salesforce DX CLI action
+# Salesforce SFDX CLI action
2
3
-This action allows to use the Salesforce DX CLI from GitHub Actions
+This action allows to use the Salesforce SFDX CLI from GitHub Actions
4
5
## Inputs
6
7
### `sfdx-auth-url`
8
9
-**Required** Authorize a Salesforce org using an SFDX auth URL
+**Optional** Authorize a Salesforce org using an SFDX auth URL
10
11
The secret must have the format `force://<refreshToken>@<instanceUrl>` or `force://<clientId>:<clientSecret>:<refreshToken>@<instanceUrl>`
12
0 commit comments