From 959298ef9f1e768227fd752906012f42adf6f083 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 8 Aug 2020 15:17:34 +0200 Subject: [PATCH] :wrench: Add (linux) release action. indent --- .github/workflows/linux-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index 5adff07b..bd0f956f 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: clone Gwion - - uses: actions/checkout@v2 + uses: actions/checkout@v2 - name: SubModules run: git submodule update --init util ast -- 2.43.0