Skip to content

Commit d1c517a

Browse files
committed
Add error handling
1 parent 265857a commit d1c517a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/close-parent.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
env:
1515
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
run: |
17+
set -e
1718
# Get the closed issue's number
1819
issue_number=${{ github.event.issue.number }}
1920
owner=${{ github.repository_owner }}

0 commit comments

Comments
 (0)