From 423992235484c256e763526bb1531113a423fdee Mon Sep 17 00:00:00 2001 From: keiailab Date: Thu, 11 Jun 2026 09:29:08 +0900 Subject: [PATCH] ci: use workflow ref for ArtifactHub dispatch Signed-off-by: keiailab --- .github/workflows/artifacthub-verify.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/artifacthub-verify.yml b/.github/workflows/artifacthub-verify.yml index eb34290..053ee7a 100644 --- a/.github/workflows/artifacthub-verify.yml +++ b/.github/workflows/artifacthub-verify.yml @@ -27,8 +27,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - with: - ref: ${{ github.event.inputs.tag || github.ref }} - name: Install ah CLI run: | set -euo pipefail @@ -48,8 +46,6 @@ jobs: if: github.event_name != 'pull_request' steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - with: - ref: ${{ github.event.inputs.tag || github.ref }} - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: version: latest