We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90efc66 commit d9f1283Copy full SHA for d9f1283
README.md
@@ -12,7 +12,7 @@ jobs:
12
13
- name: Run conformance tests
14
id: run-conformance
15
- uses: common-workflow-lab/run-conformance-tests@v1.0.1
+ uses: common-workflow-lab/run-conformance-tests@v1
16
with:
17
cwlVersion: v1.0
18
runner: your-runner
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Save badges
23
if: success() && github.event_name == 'push' # upload badges when this action is invoked by `push` event
24
- uses: common-workflow-lab/upload-conformance-badges@v1.0.0
+ uses: common-workflow-lab/upload-conformance-badges@v1
25
26
27
runner-name: your-runner
0 commit comments