Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback authored Jan 3, 2025
1 parent c4f8fa6 commit f9153f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: 'Frogo-SDK'
name: 'Deltadox-Android'
description: 'SDK for anything your problem to make easier developing android apps'
author: 'Frogobox'
author: 'deltadox'
branding:
icon: archive
color: green
color: blue
inputs:
myInput:
description: 'Input to use'
Expand All @@ -13,4 +13,4 @@ runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.myInput }}
- ${{ inputs.myInput }}

0 comments on commit f9153f3

Please sign in to comment.