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 b0d5227 commit cf1b337Copy full SHA for cf1b337
.github/workflows/generate-images-drawio.yml
@@ -52,7 +52,7 @@ jobs:
52
page=$((page + 1))
53
54
# For whatever reason xmlstarlet doesn't end its output with a newline so we append one with echo to not lose the last line
55
- done < <(xml sel -t -v "//diagram/@name" "$file"; echo)
+ done < <(xmlstarlet sel -t -v "//diagram/@name" "$file"; echo)
56
done < <(find "${{ env.DRAWIO_SRC }}" -name "*.drawio")
57
58
rsync -v --recursive --include="*.png" --include="*.svg" --filter="-! */" "${{ env.DRAWIO_SRC }}"/* "${{ env.DRAWIO_OUT }}"
0 commit comments