Skip to content

Commit d8c5974

Browse files
authored
Merge pull request #25 from adomani/blog_website_formatting2
fix: swap printf and for
2 parents 3c0747b + 226beb6 commit d8c5974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly_blog_and_website_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
id: tables
3737
run: |
38-
for site in website blog
3938
printf $'message<<EOF\n' | tee -a "$GITHUB_OUTPUT"
39+
for site in website blog
4040
do
4141
printf 'PRs in %s\n' "${site}"
4242
cd "${site}"

0 commit comments

Comments
 (0)