Hello, It seems that code references are not worki...
# ask-questions
b
Hello, It seems that code references are not working as expected (at least for us). We use it in GitHub workflow:
Copy code
update-gb-code-refs:
      runs-on: kube
      steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Update GrowthBook code references
        uses: growthbook/coderefs-action@2.11.5-14
        with:
            apiHost: ${{ vars.GROWTHBOOK_HOST_URL }}
            apiKey: ${{ secrets.GROWTHBOOK_API_KEY }}
            lookback: 0
Workflow logs are attached as a file. After successful run we still see a reference in feature toggle stats tab, but the piece of code which is displayed is no longer on master branch. This happens from time to time in different repositories and feature flags. Is there any caching or something like that, which prevents actual references from being displayed?
image.png
image.png
s
Thanks for the report. We're investigating now. I'll follow up once I know more
👍 1
b
any updates?
s
Sorry for not updating before! A fix was pushed up earlier this month: https://github.com/growthbook/growthbook/pull/4240
b
thank you!
so now we should provide deleteMissing parameter to growthbook/coderefs-action or... (since the default value for new parameter is false)?