Skip to content

Commit

Permalink
Fix repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed May 7, 2023
1 parent 9f0f144 commit df17fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompareScreenshotComment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
for file in $files; do
# Get the file name and insert newlines every 20 characters
fileName=$(echo "$(basename $file)" | sed -r 's/(.{20})/\1<br>/g')
echo "| [$fileName](https://github.com/takahirom/roborazzi-compare-on-github-comment/blob/$BRANCH_NAME/$file) | ![](https://github.com/takahirom/roborazzi-compare-on-github-comment/blob/$BRANCH_NAME/$file?raw=true) |" >> $GITHUB_OUTPUT
echo "| [$fileName](https://github.com/droidkaigi/conference-app-2023/blob/$BRANCH_NAME/$file) | ![](https://github.com/takahirom/roborazzi-compare-on-github-comment/blob/$BRANCH_NAME/$file?raw=true) |" >> $GITHUB_OUTPUT
done
echo "${delimiter}" >> $GITHUB_OUTPUT
- name: Find Comment
Expand Down

0 comments on commit df17fe3

Please sign in to comment.