Skip to content

Commit

Permalink
Update .github/workflows/chatops.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindiu committed Jun 28, 2023
1 parent e502ddc commit e7b6cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ jobs:
git checkout ${HEAD_BRANCH}
make gotests/install
make gotests/gen 2>error.log
echo "ERR_LOG=$(cat error.log)" >> $GITHUB_OUTPUT
echo -n "ERR_LOG=" >> $GITHUB_OUTPUT
make gotests/gen 2>> $GITHUB_OUTPUT
git add cmd hack internal pkg
git commit -S --signoff -m ":robot: Add automatically generated tests"
Expand Down

0 comments on commit e7b6cfd

Please sign in to comment.