From 898980f4415a28513e01fa89e05f3f2e7934e93e Mon Sep 17 00:00:00 2001 From: Marcin Kuthan Date: Mon, 23 Oct 2023 15:14:02 +0200 Subject: [PATCH] flex-templates fix --- .github/workflows/flex-templates.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/flex-templates.yml b/.github/workflows/flex-templates.yml index f4e4bbd1..a5617a71 100644 --- a/.github/workflows/flex-templates.yml +++ b/.github/workflows/flex-templates.yml @@ -22,6 +22,7 @@ jobs: runs-on: ubuntu-latest needs: [assembly] steps: + - uses: actions/checkout@v4 - uses: google-github-actions/auth@v1 with: credentials_json: "${{ secrets.GOOGLE_CREDENTIALS }}" @@ -36,6 +37,7 @@ jobs: runs-on: ubuntu-latest needs: [assembly] steps: + - uses: actions/checkout@v4 - uses: google-github-actions/auth@v1 with: credentials_json: "${{ secrets.GOOGLE_CREDENTIALS }}"