Skip to content

Commit

Permalink
set -e
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Jun 12, 2024
1 parent 7dd28b6 commit c0bac42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get-modified-packages/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runs:
- name: Get modified packages
id: get-modified-packages
run: |
set -e
echo "modified-packages=$(${GITHUB_ACTION_PATH}/get-modified-packages.sh origin/${{ github.event.pull_request.base.ref }})" >> $GITHUB_OUTPUT
shell: bash

Expand Down

0 comments on commit c0bac42

Please sign in to comment.