toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

The GitHub ToolKit for developing GitHub Actions.

Results 328 toolkit issues
Sort by recently updated
recently updated
newest added

When you try to copy the command using the copy command on the right, it copies the $ together with the command, instead of only the command ![image](https://github.com/actions/toolkit/assets/11861161/340278e6-f011-4995-ad90-8f177e0948ab)

As ACTIONS_CACHE_URL cannot be overwritten in actions/cache, provide the ability to overwrite it using GITHUB_ACTIONS_CACHE_URL. See https://github.com/actions/cache/pull/679 for more context

GitHub actions document the use of [timeout_minutes](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepstimeout-minutes) at a step level when writing composite action. When creating js/ts actions, it's currently not possible to implement a timeout mechanism within only...

Thank you 🙇‍♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be...

bug

**Describe the enhancement** Because I can not get $HOME from toolkit/exec, but I have many places where I use it. So I want to have a way to get all...

enhancement

Thank you 🙇‍♀ for wanting to create an issue in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be...

bug

When using GNU tar, if a file already exists, from a previous run or another cached action, it results in a slew of warning messages. This change adds the use...

Please let me know if I'm just doing things wrong, but when `actions/github-script` is used within another action, things like `core.getInput('some_input)` don't return anything. I have a test here to...

question
core

https://github.com/actions/cache/pull/1217 attempted to work around a dangling socket, which became especially apparent when that action migrated to Node 20, as Node v20 started keeping connection alive by default. This solution...

bug