We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecce6bb commit fae804dCopy full SHA for fae804d
1 file changed
.github/workflows/update-manifest.yml
@@ -55,6 +55,7 @@ jobs:
55
56
- name: Commit and push (if changed)
57
run: |
58
+ find . -name versions-manifest.json
59
if git diff --quiet -- versions-manifest.json; then
60
echo "No manifest changes"
61
exit 0
0 commit comments