From 49dfbd233930187670f70430b5fdefe7351020db Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Thu, 25 Sep 2025 14:58:46 +0530 Subject: [PATCH] fix: update info generation step in ad-hoc image (#41262) Remove unused argument from generate_info_json.sh script call ## Description > [!TIP] > _Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team)._ > > _Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR._ Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="" ### :mag: Cypress test results > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No --- .github/workflows/ad-hoc-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ad-hoc-docker-image.yml b/.github/workflows/ad-hoc-docker-image.yml index 2d417b6d82..f07099b89f 100644 --- a/.github/workflows/ad-hoc-docker-image.yml +++ b/.github/workflows/ad-hoc-docker-image.yml @@ -92,7 +92,7 @@ jobs: - name: Generate info.json id: info_json run: | - scripts/generate_info_json.sh "${{ inputs.tag }}" + scripts/generate_info_json.sh - name: Place server artifacts-es run: |