Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Apr 3, 2022
1 parent 1ffcf48 commit 65f3991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
latest_dir=${conformance_dir}/${runner}_latest
tag_dir=${conformance_dir}/${runner}_${tag}
rm -rf $latest_di $tag_dir
rm -rf $latest_dir $tag_dir
printf '{ "subject": "release", "status": "%s", "color": "blue" }' ${tag} > $badgedir/version.json
cp -r $badgedir $latest_dir
cp -r $badgedir $tag_dir
Expand Down

0 comments on commit 65f3991

Please sign in to comment.