diff --git a/action.yml b/action.yml index a79f798..a601368 100644 --- a/action.yml +++ b/action.yml @@ -2,12 +2,6 @@ name: 'The name of your action here' description: 'Provide a description here' author: 'Your name or organization here' -# Add your action's branding here. This will appear on the GitHub Marketplace. -branding: - icon: 'heart' - color: 'red' - -# Define your inputs here. inputs: github_token: description: 'a github access token' @@ -26,11 +20,6 @@ inputs: required: true default: 25 -# Define your outputs here. -outputs: - time: - description: 'Your output description here' - runs: using: node20 main: dist/index.js