Lewis Crichton 74ccc4143b PreMiD mods | %!s(int64=4) %!d(string=hai) anos | |
---|---|---|
dist | %!s(int64=4) %!d(string=hai) anos | |
src | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=5) %!d(string=hai) anos | |
LICENSE | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
action.yml | %!s(int64=4) %!d(string=hai) anos | |
package.json | %!s(int64=4) %!d(string=hai) anos | |
tsconfig.json | %!s(int64=5) %!d(string=hai) anos | |
yarn.lock | %!s(int64=4) %!d(string=hai) anos |
This GitHub action applies to pull requests and populates 3 output variables with the modified files. They are: "files_created", "files_updated", and "files_deleted".
- name: Changed Files Exporter
uses: futuratrepadeira/changed-files@v3.1.0
with:
repo-token: ${{ github.token }}
pattern: '^.*\.(md|markdown)$'
repo-token
: GitHub Access Tokenpattern
(optional): A regular expression to filter the outputs by. Defaults to '.*'
.pr-number
(optional): The pull request number. If not provided, the pull request is inferred from the given context. Useful for actions running outside the pull_request
event context.All output values are a single JSON encoded array.
files_created
: Created filesfiles_updated
: Updated filesfiles_deleted
: Deleted files