diff --git a/.github/workflows/detection-testing.yml b/.github/workflows/detection-testing.yml index f054a59801..7e2effac12 100644 --- a/.github/workflows/detection-testing.yml +++ b/.github/workflows/detection-testing.yml @@ -49,6 +49,7 @@ jobs: echo "::set-output name=branch::${GITHUB_REF#refs/heads/}" - name: Checkout Repo + ref: develop uses: actions/checkout@v2 @@ -136,6 +137,7 @@ jobs: echo "::set-output name=branch::${GITHUB_REF#refs/heads/}" - name: Checkout Repo + ref: develop uses: actions/checkout@v2 - name: Download artifacts @@ -199,6 +201,7 @@ jobs: echo "::set-output name=branch::${GITHUB_REF#refs/heads/}" - name: Checkout Repo + ref: develop uses: actions/checkout@v2 - name: Download artifacts