gfarb/Salesforce Deploy Action
This action allows you to automate your Salesforce build, test and deploy pipeline using GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| TARGET_USERNAME | Username or alias for the target org. Must be pre-authorized. | yes | — |
| SOURCE_PATH | Comma-separated list of paths to the local source files to include in the manifest. | no | — |
| DESTRUCTIVE_CHANGES | Path to folder containing manifests (destructiveChangesPre.xml, destructiveChangesPost.xml) of components to delete before and/or after the deploy. | no | — |
| TEST_LEVEL | Level of deployment tests to run. The default value is RunLocalTests. | no | — |
| WAIT | Number of minutes to wait for the command to complete. The default value is 33 minutes. | no | — |
Outputs
| name | description |
|---|---|
| DEPLOYED | Boolean value that identifies if the deployment was successful. |
| DESTRUCTIVE_CHANGES | Boolean value that identifies if destructive changes were made. |