jv-k/ai-to-pdf-action

Github Actions to convert an Adobe Illustrator 👉🏻 PDF

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
INPUT_FILEThe filepath of the .ai file to convertyes
OUTPUT_FILEThe filepath of the resulting PDF filenobuild/output.pdf
OPTIONAL_PARAMSExtra arguments to be passed to Ghostscript (except sDEVICE, dNOPAUSE, dQUIET, dBATCH and sOutputFile, which cannot be set)no
OVERWRITEWhether to overwrite existing filesnotrue
GH_REPORepository name to push tono${{ github.repository }}
GH_BRANCHDestination branch to push changesno${{ github.ref }}
GH_COMMIT_MESSAGECommit messageyeschore: Converted AI 👉🏻 PDF
GH_USERThe username of the user that will be used to commit the new files.no${{ github.actor }}
GITHUB_TOKENSecret GitHub API token used to make API requests or git authentication.yes${{ github.token }}

no outputs