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 8395a9c commit 8de5ae3Copy full SHA for 8de5ae3
action.yml
@@ -62,7 +62,7 @@ runs:
62
printf '{ "subject": "release", "status": "%s", "color": "blue" }' ${tag} > $badgedir/version.json
63
cp -r $badgedir $latest_dir
64
cp -r $badgedir $tag_dir
65
- git add $latest_dir $tag_dir
+ git add $latest_dir/*.json $tag_dir/*.json
66
fi
67
68
git diff-index --quiet HEAD || git commit -m "Conformance test of $runner for CWL ${cwlVersion}" -m " Commit: ${GITHUB_SHA}"
0 commit comments