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 8de5ae3 commit bf572b1Copy full SHA for bf572b1
action.yml
@@ -51,7 +51,7 @@ runs:
51
default_dir=${conformance_dir}/${runner}_${default_branch}
52
rm -rf $default_dir
53
cp -r $badgedir $default_dir
54
- git add $default_dir
+ git add $default_dir/*.json
55
fi
56
57
if [ "$has_tag" = "true" ]; then
0 commit comments