Skip to content

Commit

Permalink
Fix proper ref spec for schematron tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-gsa committed Oct 22, 2020
1 parent b40cfd9 commit 5160144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
strategy:
matrix:
jdk_version: [1.8]
schematron_version: [refs/tag/2020-10-01]

steps:
- name: Checkout
Expand All @@ -17,7 +18,7 @@ jobs:
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # v2.3.3
with:
repository: schematron/schematron
ref: releases/tag/2020-10-01
ref: ${{ matrix.schematron_version }}

- name: Set up JDK
uses: actions/setup-java@d202f5dbf7256730fb690ec59f6381650114feb2 # v1.4.3
Expand Down

0 comments on commit 5160144

Please sign in to comment.