Skip to content

Commit

Permalink
Create action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored May 16, 2023
1 parent 59a10ff commit da75b78
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# action.yml
name: 'Nvenc & ImageMagick Docker Github Actions'
description: 'Docker with FFMPEG supports NVENC encoding & ImageMagick'
inputs:
token:
required: false
default: ${{ github.token }}
command: # id of input
description: 'ffmpeg command'
required: true
default: '-i'
#
branding:
icon: 'video'
color: 'blue'
#
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.command }}

0 comments on commit da75b78

Please sign in to comment.