jv-k/ai-to-pdf-action
Github Actions to convert an Adobe Illustrator 👉🏻 PDF
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| INPUT_FILE | The filepath of the .ai file to convert | yes | — |
| OUTPUT_FILE | The filepath of the resulting PDF file | no | build/output.pdf |
| OPTIONAL_PARAMS | Extra arguments to be passed to Ghostscript (except sDEVICE, dNOPAUSE, dQUIET, dBATCH and sOutputFile, which cannot be set) | no | — |
| OVERWRITE | Whether to overwrite existing files | no | true |
| GH_REPO | Repository name to push to | no | ${{ github.repository }} |
| GH_BRANCH | Destination branch to push changes | no | ${{ github.ref }} |
| GH_COMMIT_MESSAGE | Commit message | yes | chore: Converted AI 👉🏻 PDF |
| GH_USER | The username of the user that will be used to commit the new files. | no | ${{ github.actor }} |
| GITHUB_TOKEN | Secret GitHub API token used to make API requests or git authentication. | yes | ${{ github.token }} |
Outputs
no outputs