From f0593a460c7790e0f83ff90455a3ec2a4e162c58 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 12 Sep 2023 06:22:23 +0200 Subject: [PATCH] Fix spelling of default argument --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e784f5c..febc36f 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: args: description: 'appimage-builder arguments' required: false - default: '--skip-test' + default: '--skip-tests' runs: using: 'docker' image: docker://appimagecrafters/appimage-builder:1.1.0