Skip to content

Commit

Permalink
Merge pull request tiagonnascimento#12 from JasonFung6/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
tiagonnascimento authored Mar 15, 2021
2 parents d7aa36f + 31192ca commit 1f10e69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
manifest_path: manifest/package-01.xml,manifest/package-02.xml,manifest/package-03.xml
destructive_path: destructive
data_factory: scripts/apex/CreateBaseData.apex
default_source_path: force-app/main/default
```
### Inputs:
Expand All @@ -78,6 +79,7 @@ jobs:
| `deploy_wait_time` | _optional_ | Wait time for deployment to finish in minutes. Default is `60` |
| `destructive_path` | _optional_ | Path on the repo where the destructive changes directory is - if not informed, it's not executed |
| `data_factory` | _optional_ | Path on the repo where an APEX script used as a data factory is stored. if not informed, it's not executed |
| `default_source_path` | _optional_ | Path on the repo where your source files are stored, for SFDX project this is normally `force-app/main/default`


# Note for destructives changes.
Expand Down

0 comments on commit 1f10e69

Please sign in to comment.