From 35abcae1c2ad02fdee34d69e31806179be35fd72 Mon Sep 17 00:00:00 2001 From: Paul Greenberg Date: Fri, 12 Mar 2021 19:01:19 -0800 Subject: [PATCH] Fix typo in Github Actions PiperOrigin-RevId: 362642526 --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76e69a41..2bb081fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,7 @@ on: jobs: build: runs-on: ubuntu-latest + timeout-minutes: 20 strategy: fail-fast: true matrix: @@ -89,7 +90,7 @@ jobs: while read p; do diff -u master/output/$p current/output/$p | \ diff2html -i stdin --file ./artifacts-diff/$p.html | \ true; done < ./artifacts-diff/files.list - sed -i '/Diff to HTML by/d' ./artifacts-diff/*.html + sed -i '/Diff to HTML by/d' ./artifacts-diff/* - name: Upload generated policies uses: actions/upload-artifact@v2 with: