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 87eb63f commit 3e0eeffCopy full SHA for 3e0eeff
.github/workflows/supportedMetadataUpdate.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: yarn build
29
- run: yarn update-supported-metadata
30
- run: |
31
- if [[ -n $(git status --short) ]]; then
+ if [[ -n $(git status --short METADATA_SUPPORT.md) ]]; then
32
git add METADATA_SUPPORT.md
33
git commit -m "chore: auto-update metadata coverage in METADATA_SUPPORT.md [no ci]" --no-verify
34
git push --no-verify
0 commit comments