Skip to content

Commit 9820be6

Browse files
committed
action data
1 parent f651072 commit 9820be6

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

.github/workflows/example.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Get changed files
5858
id: diff
59-
uses: LuisLiraC/git-diff@master
59+
uses: LuisLiraC/git-diff@master # Use the latest version. You can also use a specific version like v1.0.0
6060
with:
6161
patterns: '*.rs,src/**/*,!README.md'
6262

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Git Diff'
1+
name: 'git-diff'
22
description: 'Action to get the files that have been changed in a pull request'
33
inputs:
44
patterns:

0 commit comments

Comments
 (0)