From d1b164416978db1840948c8ad68b30023851e139 Mon Sep 17 00:00:00 2001 From: dsklyadnev Date: Tue, 30 Jul 2024 13:55:34 +0000 Subject: [PATCH] Update action.yml --- action.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/action.yml b/action.yml index 373c049..0e3d480 100644 --- a/action.yml +++ b/action.yml @@ -2,8 +2,7 @@ name: Test job description: Some test -jobs: - test: - using: "composite" - steps: - - run: echo 'TEST JOB' \ No newline at end of file +runs: + using: "composite" + steps: + - run: echo 'TEST JOB' \ No newline at end of file