Browse Source

Merge pull request #3442 from mnaamani/missing-checkout

checkout branch before build
Mokhtar Naamani 3 years ago
parent
commit
839e46c927
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/joystream-apps-docker.yml

+ 2 - 0
.github/workflows/joystream-apps-docker.yml

@@ -10,6 +10,8 @@ jobs:
   docker:
     runs-on: ubuntu-latest
     steps:
+      - name: Checkout
+        uses: actions/checkout@v2
       - name: Extract branch name
         shell: bash
         run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"