Skip to content

Commit

Permalink
echo github.base_ref
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 11, 2024
1 parent 45b31c5 commit 52e3d6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions get-modified-packages/get-modified-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ while [ "${1-}" != "" ]; do
shift
done

# base_branch is like "origin/main"
base_branch="${args[0]}"
echo "base_branch: $base_branch"

# Check args
if [ "$base_branch" = "" ]; then
Expand Down

0 comments on commit 52e3d6e

Please sign in to comment.