Skip to content

Commit

Permalink
Prepare for version v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenKnoops committed May 9, 2022
2 parents 3308718 + ed05082 commit 50e608e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/loop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# 2. --rulesetUrl https://gist.github.com/ruleset.json
function check_target_repos {
echo '### Overview checked repositories' >> $GITHUB_STEP_SUMMARY
echo '' >> $GITHUB_STEP_SUMMARY
echo '| Repository | Link |' >> $GITHUB_STEP_SUMMARY
echo '| ---------- | ---- |' >> $GITHUB_STEP_SUMMARY
for i in $(echo "$TARGET_REPOS" | sed "s/,/ /g"); do
Expand All @@ -18,8 +19,9 @@ function check_target_repos {
/app/repolinter/bin/repolinter.js lint \
"$1" \
-g https://x-access-token:"$GITHUB_TOKEN"@github.com/"${i}"
echo '| $i | <https://github.com/$i> |' >> $GITHUB_STEP_SUMMARY
echo "| $i | <https://github.com/$i> |" >> $GITHUB_STEP_SUMMARY
done
echo '' >> $GITHUB_STEP_SUMMARY
echo 'Done checking the compliance :rocket: ' >> $GITHUB_STEP_SUMMARY
}

Expand Down

0 comments on commit 50e608e

Please sign in to comment.