Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Create GitHub action.yml #401

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: container-diff

inputs:
argument:
required: true
description: "String of arguments to pass to the container-diff command"
default: help

runs:
using: 'docker'
image: 'action/Dockerfile'
args:
- ${{ inputs.argument }}