Skip to content

Commit

Permalink
Fix Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Mar 10, 2024
1 parent 7e759df commit df1bcc1
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 'The name of your action here'
description: 'Provide a description here'
name: 'AHQ Store Upload app'
description: 'Upload your app to the AHQ Store apps repo at @ahqstore/apps'
author: '@ahqstore'

# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'heart'
color: 'red'
icon: 'grid'
color: 'gray-dark'

# Define your inputs here.
inputs:
Expand All @@ -18,11 +18,6 @@ inputs:
required: true
default: 'false'

# Define your outputs here.
outputs:
time:
description: 'Your output description here'

runs:
using: node20
main: dist/index.js

0 comments on commit df1bcc1

Please sign in to comment.