varunsridharan/Envato Publisher
Github Action Which Publishes Final Source Code To Envato FTP
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ENVATO_USERNAME | Envato.com Account Username | — | "" |
| ENVATO_PERSONAL_TOKEN | Envato.com Account Personal Access Token | — | "" |
| DIST_IGNORE | Add file / folders that you wish to exclude from final list of files to be sent to ftp. Eg development files. Final value of this var is expected to be a string delimited with spaces. Eg: ".gitignore package.json README.md" Please Note, excluded file/folder path, is considered from the root of repository unless CUSTOM_PATH is provided, in which case excluded file/folder path should be relative to the final source of files. | — | "" |
| ASSETS_PATH | Local Assets Path | — | .envatoassets |
| ASSETS_IGNORE | Add file / folders that you wish to exclude from final list of files to be sent to ftp. Eg development files. Final value of this var is expected to be a string delimited with spaces. Eg: ".gitignore package.json README.md" Please Note, excluded file/folder path, is considered from the root of repository unless CUSTOM_PATH is provided, in which case excluded file/folder path should be relative to the final source of files. | — | "" |
| DIST_LOCATION | Provide a path here final zip file can be stored. which can be used by other actions. | — | dist/ |
Outputs
| name | description |
|---|---|
| source_zip | Provides Name Of Source Zipfile |
| screenshots_zip | Provides Name Of Screenshots Zipfile |
| source_zip_location | Provides Location Of Source Zipfile |
| screenshots_zip_location | Provides Location Of Screenshots Zipfile |