From e31f7c3e0a71a57394363fafe2737bc780c244eb Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Tue, 31 Oct 2023 15:00:16 +0700 Subject: [PATCH] feat: update the default `ros2-distro` input to be `iron` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4ecd3f6..36dfe26 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: ros2-distro: description: 'The ROS 2 distribution to be used.' required: false - default: 'foxy' + default: 'iron' runs: using: 'composite' steps: