Skip to content

Commit 6c050b2

Browse files
authored
Update update-readme.yml
1 parent 387fff8 commit 6c050b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
run: |
5151
node update-readme.js parsed-badges.json
5252
if [ $? -eq 0 ]; then
53+
echo "::set-output name=changes-found::true"
5354
echo "changes-found=true" >> $GITHUB_ENV
5455
else
56+
echo "::set-output name=changes-found::false"
5557
echo "changes-found=false" >> $GITHUB_ENV
5658
fi
57-
echo "::notice::Checked and updated README if changes were found."
58-
continue-on-error: true
5959
6060
# Step 6: Commit changes and create a new branch (only if changes were found)
6161
- name: Commit changes and create a new branch

0 commit comments

Comments
 (0)