Skip to content

Commit

Permalink
Updated README.md (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
  • Loading branch information
jackton1 and jackton1 authored Sep 20, 2021
1 parent 6144a93 commit 48c463b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![CI](https://github.com/tj-actions/verify-changed-files/workflows/CI/badge.svg)](https://github.com/tj-actions/verify-changed-files/actions?query=workflow%3ACI)
[![Update release version.](https://github.com/tj-actions/verify-changed-files/workflows/Update%20release%20version./badge.svg)](https://github.com/tj-actions/verify-changed-files/actions?query=workflow%3A%22Update+release+version.%22)
[![Public workflows that use this action.](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi-tj-actions1.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3Dtj-actions%2Fverify-changed-files%26badge%3Dtrue)](https://github.com/search?o=desc\&q=tj-actions+verify-changed-files+language%3AYAML\&s=\&type=Code)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c1072f71723849ef96605d69e90be07a)](https://www.codacy.com/gh/tj-actions/verify-changed-files/dashboard?utm_source=github.com\&utm_medium=referral\&utm_content=tj-actions/verify-changed-files\&utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c1072f71723849ef96605d69e90be07a)](https://www.codacy.com/gh/tj-actions/verify-changed-files/dashboard?utm\_source=github.com\&utm\_medium=referral\&utm\_content=tj-actions/verify-changed-files\&utm\_campaign=Badge\_Grade)

[![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420?logo=ubuntu\&logoColor=white)](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob\_idruns-on)
[![Mac OS](https://img.shields.io/badge/mac%20os-000000?logo=macos\&logoColor=F0F0F0)](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob\_idruns-on)
Expand Down Expand Up @@ -80,15 +80,15 @@ Verify that certain files or directories did or did not change during the workfl
| Input | type | required | default | description |
|:-------------:|:-----------:|:--------------:|:-----------------------------:|:--------------------------:|
| token | `string` | `true` | `${{ github.token }}` <br/> | [GITHUB_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) <br /> or a repo scoped <br /> [Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) |
| token | `string` | `true` | `${{ github.token }}` <br/> | [GITHUB\_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github\_token-in-a-workflow) <br /> or a repo scoped <br /> [Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) |
| files | `string[]` OR `string` | `true` | | Check for uncommited changes <br> using only <br> these list of file(s) |

## Outputs

| Input | type | example | description |
|:-------------:|:-----------:|:-------------:|:--------------------------:|
| files_changed | `string` | `true` OR `false` | Indicates that there are outstanding changes |
| changed_files | `string` | `example.txt ...` | List of file(s)/directory names <br/> that changed <br/> during the workflow execution |
| files\_changed | `string` | `true` OR `false` | Indicates that there are outstanding changes |
| changed\_files | `string` | `example.txt ...` | List of file(s)/directory names <br/> that changed <br/> during the workflow execution |

* Free software: [MIT license](LICENSE)

Expand Down

0 comments on commit 48c463b

Please sign in to comment.