Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7488ca4

Browse files
authored
Merge pull request actions#127 from MatisseHack/glob
Add @actions/glob as a script parameter
2 parents 8685086 + 8920b9a commit 7488ca4

File tree

11 files changed

+11525
-40
lines changed

11 files changed

+11525
-40
lines changed

.licenses/npm/@actions/glob.dep.yml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/balanced-match.dep.yml

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/brace-expansion.dep.yml

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/concat-map.dep.yml

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/minimatch.dep.yml

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ arguments will be provided:
1616
- `context` An object containing the [context of the workflow
1717
run](https://github.com/actions/toolkit/blob/main/packages/github/src/context.ts)
1818
- `core` A reference to the [@actions/core](https://github.com/actions/toolkit/tree/main/packages/core) package
19+
- `glob` A reference to the [@actions/glob](https://github.com/actions/toolkit/tree/main/packages/glob) package
1920
- `io` A reference to the [@actions/io](https://github.com/actions/toolkit/tree/main/packages/io) package
2021

2122
Since the `script` is just a function body, these values will already be

0 commit comments

Comments
 (0)