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

Commit a75a9fe

Browse files
committed
add: action.yml
1 parent 0bed516 commit a75a9fe

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

action.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: 'Consumable Code Pixabay API'
2+
description: 'Retrofit has been Handled, Consumable code for request Public API (Pixabay API)'
3+
author: 'Muhammad Faisal Amir'
4+
inputs:
5+
myInput:
6+
description: 'Input to use'
7+
required: false
8+
default: 'world'
9+
runs:
10+
using: 'docker'
11+
image: 'Dockerfile'
12+
args:
13+
- ${{ inputs.myInput }}

0 commit comments

Comments
 (0)