Skip to content

Commit

Permalink
Prepare release of v1.1
Browse files Browse the repository at this point in the history
Improve readme and prepare release of v1.1.
  • Loading branch information
Ana06 committed May 26, 2021
1 parent 5e2c31d commit 45d873a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<p align="center">
<a href="https://github.com/jitterbit/get-changed-files/actions"><img alt="jitterbit/get-changed-files status" src="https://github.com/jitterbit/get-changed-files/workflows/Test/badge.svg"></a>
</p>
[![CI status](https://github.com/Ana06/get-changed-files/workflows/Test/badge.svg)](https://github.com/Ana06/get-changed-files/actions?query=event%3Apush+branch%3Amain)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE.txt)

This project is a fork of https://github.com/jitterbit/get-changed-files, which supports `pull_request_target` and allow to filter files using regular expressions.

# Get All Changed Files

Expand All @@ -14,7 +15,7 @@ The `steps` output context exposes the output names `all`, `added`, `modified`,
See [action.yml](action.yml)

```yaml
- uses: jitterbit/get-changed-files@v1
- uses: Ana06/get-changed-files@v1.1
with:
# Format of the steps output context.
# Can be 'space-delimited', 'csv', or 'json'.
Expand All @@ -37,7 +38,7 @@ Consider using one of the other formats if that's the case.
```yaml
- id: files
uses: jitterbit/get-changed-files@v1
uses: Ana06/get-changed-files@v1.1
with:
filter: '*.php'
- run: |
Expand All @@ -50,7 +51,7 @@ Consider using one of the other formats if that's the case.
```yaml
- id: files
uses: jitterbit/get-changed-files@v1
uses: Ana06/get-changed-files@v1.1
with:
format: 'csv'
- run: |
Expand All @@ -64,7 +65,7 @@ Consider using one of the other formats if that's the case.
```yaml
- id: files
uses: jitterbit/get-changed-files@v1
uses: Ana06/get-changed-files@v1.1
with:
format: 'json'
- run: |
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Get All Changed Files
description: Get all of the files changed/modified in a pull request or push's commits.
name: Get Changed Files
description: Get all files changed/modified in a pull request or push's commits. This project is a fork of https://github.com/jitterbit/get-changedfiles, which supports pull_request_target and allow to filter files using regular expressions
author: Jitterbit, Inc.
branding:
icon: file
Expand Down

0 comments on commit 45d873a

Please sign in to comment.