Skip to content

Update saxon-transformation.yml #5

Update saxon-transformation.yml

Update saxon-transformation.yml #5

name: XSLT Transformation
on: [push]
jobs:
xslt-transform:
runs-on: ubuntu-latest
steps:

Check failure on line 6 in .github/workflows/saxon-transformation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/saxon-transformation.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
- name: Set up JDK 11
uses: pl-strflt/saxon@v1
env:
INPUT_INPUT: junit.xml
INPUT_OUTPUT:
with:
args: -s:$INPUT_INPUT -xsl:/etc/junit-frames-saxon.xsl output.dir=/github/workspace/$INPUT_OUTPUT