toolkit
toolkit copied to clipboard
The GitHub ToolKit for developing GitHub Actions.
cp affects the mtime of the files. In julia the code caching system is sensitive to mtime so maintaining the mtimes of the julia source is helpful. However, whether mv...
**Description** If i follow the steps to create a git hub action in node js (https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action) the **getInput** method returns an empty string. If i check all the created environment...
Fixes #925
**Describe the bug** I would expect that exec.exec('someCommandThatDoesNotExists', [], {ignoreReturnCode:true, failOnStdErr:false}) would simply return a Promise that resolves to 127. Instead it appears that it throws an exception: which ultimately...
**Describe the bug** When using `core.getInput` in a composite action, the returned value is empty. **To Reproduce** Steps to reproduce the behavior: 1. Create a composite action with an input...
**Regression in `@actions/http-client` `2.2.0` since `2.1.1`: Bundle size increase by 820kB** In my case it increased from 320kB to 1130kB. `@actions/http-client` is a dependency of `@actions/core`. Since changes in `@actions/http-client`...
**_I'm opening this issue as a blank issue because it's still not clear if this is a bug!_** For some reason, calling the cache save function in the post phase...
Replaces #1504 (closes #1504) The value of `preserveTimestamp` defaults to `false`, so by default we preserve the existing behavior.
**Describe the enhancement** In workflow, `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information, see: [https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)
**Describe the bug** Sometimes, when an artifact is being updated with new files, the artifact download fails because the API lists those new files as being a part of the...