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

Allowing one to choose not to compress the tar archive when caching. This allows for the useful tradeoff between time and cache entry size. Note that cache size is already...

enhancement

Was originally added in #298 to satisfy peerDependency from `eslint-plugin-github`. This is no longer necessary as of #815.

**Describe the bug** Occasionally, caching actions fail at Post step: ``` Post job cleanup. /usr/bin/tar --posix --use-compress-program zstdmt -cf cache.tzst --exclude cache.tzst -P -C /runner/_work/beam/beam --files-from manifest.txt Warning: Failed to...

bug

**Describe the enhancement** Provide a new event like these https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows that is triggered if a Repository is created from a Template Repository. This would allow a Template author to automate...

enhancement

Hi, Reusable workflow supports `secrets: inherit`, this allows the author of the workflow to access secrets set by the configuration without the calling workflow aware of the internals of the...

enhancement

**Describe the enhancement** A reusable workflow should be able to access the reference that it was called for. **Context** A reusable workflow in public repos may be [called by appending...

enhancement

All versions of the UUID npm package < 7 have [been deprecated](https://github.com/uuidjs/uuid/issues/572) due to a weakness in `Math.random()`. There are two packages in this repository that use the deprecated version....

bug
cache
tool-cache

**Describe the bug** Receive a deprecation warning when using downloading an artifact **To Reproduce** Steps to reproduce the behavior: 1. Use the the downloadArtifact functionality in a Github actions pipeline...

bug