From 0302c82b67dc6761cf76ba7b839d74ebdf381971 Mon Sep 17 00:00:00 2001 From: Ben Lubar Date: Fri, 23 Sep 2022 11:18:01 -0500 Subject: [PATCH] remove trailing indent --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dde32ea05..25fff1704 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,7 +48,7 @@ jobs: working-directory: utils run: | go run . -markdown > ../PROGRESS.md - + - name: Commit translation progress document if: github.repository == 'ReactiveDrop/reactivedrop_translations' && github.ref == 'refs/heads/master' && github.event_name == 'push' continue-on-error: true