Discussions

Ask a Question
Back to All

Rdme docs sync without version

Hi readme team, I have been syncing docs from a Github repo to our Readme project. We have a set of markdown files which have headers containing category IDs. The sync happens via the following Github action

  - name: Github Action (API sync)
    uses: readmeio/[email protected]
    env:
      README_API_KEY: ${{ secrets.README_API_KEY }}
    with:
      rdme: docs temp --key="$README_API_KEY" --version=v5.2-unstable

It would greatly help us if we could remove the version tag (i.e. --version=v5.2-unstable) in the Github Action. After all, the category ids are version specific. Is there any way that we could perform this sync without specifying version?

Correct me if I'm wrong but I feel like in the past the action could run without the tag, albeit that it created extra files rather than updating existing ones. Even this would be very helpful for us.

Thanks in advance