Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
add: action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 29, 2020
1 parent a66a1e7 commit 3948873
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Consumable Code Movie TMDB API'
description: 'Retrofit has been Handled, Consumable code for request Public API (TMDb API)'
author: 'Muhammad Faisal Amir'
inputs:
myInput:
description: 'Input to use'
default: 'world'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.myInput }}

0 comments on commit 3948873

Please sign in to comment.