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 e207e55 commit d7624b1Copy full SHA for d7624b1
.github/workflows/api_refs.yaml
@@ -75,9 +75,9 @@ jobs:
75
else
76
git add tools/php_api_ref/.phpdoc/template/package-edition-map.twig
77
fi
78
- git commit -m "PHP API Ref HTML"
+ git diff-index --quiet --cached HEAD || git commit -m "PHP API Ref HTML"
79
git add docs/api/rest_api/rest_api_reference/rest_api_reference.html
80
- git commit -m "REST API Ref HTML"
+ git diff-index --quiet --cached HEAD || git commit -m "REST API Ref HTML"
81
82
- name: Create Pull Request
83
uses: peter-evans/create-pull-request@v7
0 commit comments