Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmk11 committed Sep 2, 2020
1 parent e89ca69 commit 4ae975b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
name: changelog-ci
description: This is an action that commits on a release pull request with the changelog
author: Maksudul Haque

branding:
icon: 'clock'
color: 'blue'
inputs:
changelog_filename:
description: 'the name of the changelog file if not provided defaults to CHANGELOG.md'
required: false
default: 'CHANGELOG.md'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.changelog_file_name }}

0 comments on commit 4ae975b

Please sign in to comment.