| version | Version of OrgFlow to install. Can be specified as major '3', minor '3.2' or patch '3.2.1'; latest matching version will be installed (omit to install latest available version). | no | — |
| include-prerelease | Set to 'true' to include prerelease versions when determining latest available version. | no | false |
| skip-install | Don't download and install OrgFlow (i.e. assume OrgFlow is already installed). | no | false |
| access-token | Your OrgFlow access token (see https://www.orgflow.io/docs/cli/getting-started/ to find yours). | yes | — |
| salesforce-username | Save username for connecting to production Salesforce org (stored on runner in encrypted form). | no | — |
| salesforce-password | Save password for connecting to production Salesforce org (stored on runner in encrypted form). | no | — |
| git-username | Save username for connecting to remote Git repository (not needed if connecting to a GitHub repository). | no | — |
| git-password | Save access token or password for connecting to remote Git repository (use 'secrets.GITHUB_TOKEN' if connecting to the current repository). | no | — |
| git-committer-name | Set name to use in committer signature when committing changes to Git repository. | no | OrgFlow Default Committer |
| git-committer-email | Set email address to use in committer signature when committing changes to Git repository. | no | defaultcommitter@orgflow.io |
| stack-name | Name of OrgFlow stack to save credentials for (required when saving Salesforce or Git credentials). | no | — |
| encryption-key | Encryption key to use when encrypting and decrypting Salesforce and/or Git credentials (omit to generate a new encryption key). | no | — |
| log-file-name | Name (optionally tokenized) of OrgFlow diagnostic log files. | no | {C}-{T:yyyyMMdd-HHmmss-FFF}.log |
| log-level | Verbosity level for OrgFlow diagnostic log files (verbose, debug, information, warning, error or fatal). | no | verbose |
| upload-diag-artifact | Set to 'false' to disable uploading of all OrgFlow diagnostic log files and bundles during post-job processing. | no | true |
| diag-artifact-name | Name to use for the artifact when uploading OrgFlow diagnostic log files and bundles. | no | orgflow_diag_${{ github.job }}_${{ github.run_attempt }} |