We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387fff8 commit 6c050b2Copy full SHA for 6c050b2
.github/workflows/update-readme.yml
@@ -50,12 +50,12 @@ jobs:
50
run: |
51
node update-readme.js parsed-badges.json
52
if [ $? -eq 0 ]; then
53
+ echo "::set-output name=changes-found::true"
54
echo "changes-found=true" >> $GITHUB_ENV
55
else
56
+ echo "::set-output name=changes-found::false"
57
echo "changes-found=false" >> $GITHUB_ENV
58
fi
- echo "::notice::Checked and updated README if changes were found."
- continue-on-error: true
59
60
# Step 6: Commit changes and create a new branch (only if changes were found)
61
- name: Commit changes and create a new branch
0 commit comments