Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlei committed Jan 10, 2024
1 parent 232f738 commit 5bf5aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Generate git diff
description: Generates file change log between 2 git refs
description: Performs a Git diff between the current branch and a target branch or commit, and saves the diff output as an artifact in the workflow.
branding:
icon: git-branch
color: gray-dark
Expand All @@ -21,7 +21,7 @@ inputs:
required: false
default: d
filename-pattern:
description: Filename pattern to filter by
description: Filename globs to filter by
required: false
default: '**/*'
token:
Expand Down

0 comments on commit 5bf5aff

Please sign in to comment.