Josh Gross
Josh Gross
As discussed in #412, `run` steps support a `working-directory` option for changing the working directory where the command runs. https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsworking-directory This does not work for `uses` steps, requiring users to...
### Describe the bug When a word doc table includes newlines, the resulting markdown keeps those newlines. Markdown tables can't contain newlines, so this results in a broken table. [table.docx](https://github.com/benbalter/word-to-markdown/files/13734313/table.docx)...
Spans from `otelsql` have static names like `db.Query` and `db.Exect` Per https://opentelemetry.io/docs/specs/semconv/database/database-spans/ > The span name SHOULD be set to a low cardinality value representing the statement executed on the...
The `allowRetries` option currently only applies `OPTIONS`, `GET`, `DELETE` and `HEAD` (see [`RetryableHttpVerbs`](https://github.com/actions/http-client/blob/master/index.ts#L172) since those operations are idempotent by default. This is a good default and avoids any unintended side...
> From September 2nd, 2024, we will no longer include hidden files and folders as part of the default upload of the v3 and v4 upload-artifact actions. This reduces the...
- Supports https://github.com/actions/toolkit/issues/925 A common pattern in the toolkit is to create temporary file or directory within the existing temp directory using a random UUID. Versions of the `uuid` package...
This replaces the dependency of `@actions/github` with a more direct dependency on Octokit via `@octokit/action` - https://github.com/octokit/action.js. `@actions/github` is on a very old version of Octokit and is preventing users...
Tracking breaking changes for the next major version of this action. - #508 As part of this release, we should make sure Octokit is fully up to date - https://github.com/actions/github-script/issues/470