Skip to content

Commit

Permalink
github-actions: silenced git commands
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Nov 26, 2020
1 parent f75e1d8 commit 792c596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-rst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1
git submodule foreach 'git checkout master'
git submodule foreach 'git checkout master -q'
make env
source env/conda/bin/activate skywater-pdk-scripts
Expand All @@ -32,4 +32,4 @@ jobs:
# TODO replace below with appropriate credentials
git config --global user.email "action@github.com"
git config --global user.name "Github Action"
git submodule foreach 'git commit -m "$DAT" || true'
git submodule foreach 'git commit -q -m "$DAT" || true'

0 comments on commit 792c596

Please sign in to comment.