From 57f65e6daa3b861421b87af8590d5c92ef7e9b4d Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Fri, 19 Mar 2021 07:58:55 +0000 Subject: [PATCH] Fix central workflow --- .github/workflows/central-sync-create.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/central-sync-create.yml b/.github/workflows/central-sync-create.yml index 6e7dc6c7..5ffe7f76 100644 --- a/.github/workflows/central-sync-create.yml +++ b/.github/workflows/central-sync-create.yml @@ -15,6 +15,9 @@ jobs: runs-on: ubuntu-latest steps: + # to get spec file in .github + - uses: actions/checkout@v2 + # Setup jfrog cli - uses: jfrog/setup-jfrog-cli@v1 with: