From ec64305f9834bc36eeb92f1068614db11acabaa4 Mon Sep 17 00:00:00 2001 From: Luca Fiorito Date: Fri, 22 Apr 2022 13:19:13 +0200 Subject: [PATCH] Update random_files_pipeline.yml --- .github/workflows/random_files_pipeline.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/random_files_pipeline.yml b/.github/workflows/random_files_pipeline.yml index a11bfe3d..7ca3cf1c 100644 --- a/.github/workflows/random_files_pipeline.yml +++ b/.github/workflows/random_files_pipeline.yml @@ -45,6 +45,11 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 + with: + # The branch, tag or SHA to checkout. When checking out the repository that + # triggered a workflow, this defaults to the reference or SHA for that event. + # Otherwise, defaults to `master`. + ref: 'develop' - uses: "actions/setup-python@v2" with: python-version: "3.6"