Skip to content

Commit

Permalink
build: add set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Nov 23, 2023
1 parent 23a5eeb commit 93d10cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-auto-upsert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
name: Get summary from GPT
continue-on-error: true
run: |
set -e
# get all commit messages from last release tag to HEAD
git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:%s > /tmp/commit_messages.txt
Expand Down

0 comments on commit 93d10cc

Please sign in to comment.