Skip to content

Releases: tomschr/xml-format-action

xml-format-action v1

18 May 09:48
Compare
Choose a tag to compare

Inputs:

  • commits (bool): Should the formatted files committed?
  • commit-message (string): commit message for the reformatting step
  • config (file/URL): config file for xmlformat script
  • extensions (string/ML): file extensions for XML files (without dots or globs)
  • exclude-files (string/ML): excluded XML files from reformatting
  • repo-token (string): the GitHub token, usually secrets.GITHUB_TOKEN
  • xmlformat-variant (string): which xmlformat package should be used? (perl|ruby)
  • xmlformat-use-tag (string): Use the given tag from upstream GH repository (default 1.9)

Outputs:

  • xmlfound (bool): Does the commit contains some XML files?