From 40a5352aee32454fac4abc30f8986e882fb334f0 Mon Sep 17 00:00:00 2001 From: Adhitya Ravi Date: Wed, 1 Apr 2026 23:16:59 +0200 Subject: [PATCH 1/2] fix(rock-release-oci-factory): adds missing shell var in release to oci factory step --- .github/workflows/rock-release-oci-factory.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rock-release-oci-factory.yaml b/.github/workflows/rock-release-oci-factory.yaml index 963eea49..10b737ea 100644 --- a/.github/workflows/rock-release-oci-factory.yaml +++ b/.github/workflows/rock-release-oci-factory.yaml @@ -68,6 +68,7 @@ jobs: if: steps.changed-files.outputs.all_changed_and_modified_files != '' env: GITHUB_TOKEN: ${{ secrets.OBSERVABILITY_NOCTUA_TOKEN }} + versions: ${{ steps.changed-versions.outputs.versions }} run: | for version in $versions; do echo "Releasing version $version to OCI Factory on track ${{ inputs.risk-track }}" From 722fbc06fe9e1d60f2dae78e549a64e3d55661ed Mon Sep 17 00:00:00 2001 From: Adhitya Ravi Date: Wed, 1 Apr 2026 23:26:50 +0200 Subject: [PATCH 2/2] fix(local-pull-request): fixes the lint recipe name lint-workflows --> lint --- .github/workflows/_local-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_local-pull-request.yaml b/.github/workflows/_local-pull-request.yaml index a68d4200..56eec0dc 100644 --- a/.github/workflows/_local-pull-request.yaml +++ b/.github/workflows/_local-pull-request.yaml @@ -17,4 +17,4 @@ jobs: sudo snap install astral-uv --classic sudo snap install just --classic - name: Lint the workflows - run: just lint-workflows + run: just lint