Skip to content

Commit

Permalink
test multiline
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 c0bac42 commit f82ef22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions get-modified-packages/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ 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
modified_packages=$(${GITHUB_ACTION_PATH}/get-modified-packages.sh origin/${{ github.event.pull_request.base.ref }})
echo "modified-packages=$modified_packages" >> $GITHUB_OUTPUT
shell: bash

- name: Show result
Expand Down
2 changes: 0 additions & 2 deletions get-modified-packages/get-modified-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Search for packages that have been modified from the base branch.
# Usage: get-modified-packages.sh <base_branch>

set -e

# Parse arguments
args=()
while [ "${1-}" != "" ]; do
Expand Down

0 comments on commit f82ef22

Please sign in to comment.