diff --git a/.github/workflows/rss-to-bluesky.yml b/.github/workflows/rss-to-bluesky.yml index f74dcd46bb0..4f628f2fbbd 100644 --- a/.github/workflows/rss-to-bluesky.yml +++ b/.github/workflows/rss-to-bluesky.yml @@ -40,6 +40,7 @@ jobs: password: ${{ secrets.JSER_BLUESKY_PASSWORD }} cache-file: ${{ github.workspace }}/blueskyfeedbot/cache.json initial-post-limit: 1 + xml-entity-expansion-limit: 0 jser: runs-on: ubuntu-latest @@ -73,3 +74,4 @@ jobs: password: ${{ secrets.JSER_BLUESKY_PASSWORD }} cache-file: ${{ github.workspace }}/blueskyfeedbot/cache.json initial-post-limit: 1 + xml-entity-expansion-limit: 0