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 af648c1 commit 213c320Copy full SHA for 213c320
.github/workflows/diff-javadoc.yml
@@ -28,7 +28,7 @@ jobs:
28
id: changed-modules
29
run: |
30
git diff --name-only HEAD~1 | xargs printf -- '--changed-git-paths %s\n' | xargs ./gradlew writeChangedProjects --output-file-path=modules.json --only-firebase-sdks
31
- echo "run=$(cat modules.json | sed "s/[]\"[]//g" | sed "s/,/\n/g" | xargs printf -- "%s:kotlinDoc ")" >> $GITHUB_OUTPUT
+ echo "run=$(cat modules.json | sed "s/[]\"[]//g" | sed "s/,/\n/g" | xargs printf -- "%s:kotlindoc ")" >> $GITHUB_OUTPUT
32
33
- name: Build
34
# Certain SDKs won't export docs, make a blank folder to diff if that's the case
0 commit comments