Skip to content

Commit

Permalink
Create action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Feb 5, 2021
1 parent 445d597 commit bdf6ae0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "index-digest Action"
author: "@macbre"
description: "An action to run https://github.com/macbre/index-digest"
# https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#branding
branding:
icon: "database"
color: "green"
inputs:
index-digest-version:
description: "The version of index-digest to install"
required: true
default: "1.4.0"
runs:
using: "composite"
steps:
- run: pip install index_digest==${{ inputs.index-digest-version }}
shell: bash

0 comments on commit bdf6ae0

Please sign in to comment.