Skip to content

Commit

Permalink
Fix typo in Github Actions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 362642526
  • Loading branch information
greenpau authored and Capirca Team committed Mar 13, 2021
1 parent 882b6de commit 35abcae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 35abcae

Please sign in to comment.