From 72127a4e17541bde90da53e9b1f3ada69926f234 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 30 Jul 2024 22:26:40 +0200 Subject: [PATCH] shrink/action --- action.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/action.yaml b/action.yaml index b7642a6..7b1d432 100644 --- a/action.yaml +++ b/action.yaml @@ -1,14 +1,8 @@ -name: 'Custom Github Action' -description: 'A Github Action that takes an input and returns the square of the number' inputs: num: - description: 'Enter a number' required: true - default: "1" runs: - using: 'composite' + using: composite steps: - - name: Fetch the number's square - id: get-square - run: python3 -m get_num_square.py - shell: bash + - id: get-square + run: python3 -m get_num_square