Skip to content

Commit

Permalink
feat: added fail-on-missing-tour-updates flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Mar 3, 2022
1 parent 2ae41ec commit 944ec1b
Show file tree
Hide file tree
Showing 2,035 changed files with 48,657 additions and 77,165 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,19 @@ jobs:
uses: actions/checkout@v2

- name: 'Watch CodeTour changes'
uses: pozil/codetour-watch@v1.4.0
uses: pozil/codetour-watch@v1.6.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
```
## Inputs
| Name | Required | Description | Default |
| ------------ | -------- | --------------------------------------------------------------- | ---------------------- |
| `repo-token` | false | The GITHUB_TOKEN, required to comment. | `secrets.GITHUB_TOKEN` |
| `silent` | false | Optional flag that turns off the comment on the PR. | `false` |
| `tour-path` | false | Optional flag that specifies a custom `.tours` folder location. | `.tours` |
| Name | Required | Description | Default |
| ------------------------------ | -------- | ------------------------------------------------------------------------------------------ | ---------------------- |
| `repo-token` | false | The GITHUB_TOKEN, required to comment. | `secrets.GITHUB_TOKEN` |
| `silent` | false | Optional flag that turns off the comment on the PR. | `false` |
| `tour-path` | false | Optional flag that specifies a custom `.tours` folder location. | `.tours` |
| `fail-on-missing-tour-updates` | false | Optional flag that forces the action to fail when update tour files are missing from a PR. | `false` |

## Outputs

Expand Down
1 change: 0 additions & 1 deletion node_modules/.bin/esparse

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/esvalidate

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/semver

This file was deleted.

19 changes: 0 additions & 19 deletions node_modules/@babel/code-frame/README.md

This file was deleted.

163 changes: 0 additions & 163 deletions node_modules/@babel/code-frame/lib/index.js

This file was deleted.

60 changes: 0 additions & 60 deletions node_modules/@babel/code-frame/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions node_modules/@babel/helper-validator-identifier/README.md

This file was deleted.

Loading

0 comments on commit 944ec1b

Please sign in to comment.