Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7488ca4

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

11 files changed

+11525
-40
lines changed

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

Copy file name to clipboardExpand all lines: .licenses/npm/@actions/glob.dep.yml
+20Lines 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

Copy file name to clipboardExpand all lines: .licenses/npm/balanced-match.dep.yml
+55Lines 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

Copy file name to clipboardExpand all lines: .licenses/npm/brace-expansion.dep.yml
+55Lines 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

Copy file name to clipboardExpand all lines: .licenses/npm/concat-map.dep.yml
+31Lines 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

Copy file name to clipboardExpand all lines: .licenses/npm/minimatch.dep.yml
+26Lines 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

Copy file name to clipboardExpand all lines: README.md
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.