From 44368bfeb4bd2f0251fa866bee3e9e971e96447e Mon Sep 17 00:00:00 2001 From: Nikhil-Ladha Date: Tue, 1 Oct 2024 13:27:28 +0530 Subject: [PATCH] ci: use private retest github action use private retest github action instead of pinning to a single branch/commit hash. Signed-off-by: Nikhil-Ladha --- .github/workflows/retest.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/retest.yaml b/.github/workflows/retest.yaml index f99d3f59ee1..46de5a1f087 100644 --- a/.github/workflows/retest.yaml +++ b/.github/workflows/retest.yaml @@ -14,9 +14,11 @@ jobs: if: github.repository == 'ceph/ceph-csi' runs-on: ubuntu-latest steps: - # path to the retest action - # yamllint disable-line rule:line-length - - uses: ceph/ceph-csi/actions/retest@28dc64dcae3cec8d11d84bdf525bda0ef757c688 # devel + - name: Checkout the ceph-csi respository + # yamllint disable-line rule:line-length + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - name: Run local retest github action + uses: ./actions/retest # path to the retest action with: GITHUB_TOKEN: ${{ secrets.CEPH_CSI_BOT_TOKEN }} required-label: "ci/retry/e2e"