josephduffy/Update Xcode Version
Update Xcode versions used in GitHub Actions workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 25, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: josephduffy/update-xcode-version-action@cc0503d446359c9219a436dda5fd6d09a0c7b2ba # v0.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| xcode-versions-file | The path to a .yml file that describes which versions should be applied to which files. | yes | .github/xcode-versions.yml |
| xcode-search-path | The path to search for Xcode versions in. | yes | /Applications |
| github-token | If provided will create a pull request with the changes. | — | — |
| xcode-version-badge-path | If provided will generate a badge at the provided path. | — | — |
| xcode-version-badge-markdown-file | If provided the action will replace any lines containing <!---xcode-version-badge-markdown--> with the markdown necessary to render a supported versions badge. | — | — |
| xcode-version-badge-versions | The version(s) to display in the generated badge. Provide multiple versions by separating with commas. | — | latest |
| quotes | — | — | double |
Outputs
| name | description |
|---|---|
| pull-request-url | The URL to the created/updated pull request |
| pull-request-id | The ID of the created/updated pull request |