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