Skip to content

Commit 20ba777

Browse files
authored
Update README.md (#267)
1 parent f00b7ee commit 20ba777

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,7 @@ A two-dimensional array, with a list of changed files for each commit that has b
229229
You can use `skip-duplicate-actions` to either skip individual steps or entire jobs.
230230
To minimize changes to existing jobs, it is often easier to skip entire jobs.
231231

232-
> **Notes**:
233-
>
232+
> **Note**
234233
> - You may need to use [`fromJSON`](https://docs.github.com/en/actions/learn-github-actions/expressions#fromjson) to access properties of object outputs. For example, for `skipped_by.runId`, you can use the expression: `${{ fromJSON(steps.skip_check.outputs.skipped_by).runId }}`.
235234
> - For GitHub repositories where [default permissions](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#setting-the-permissions-of-the-github_token-for-your-repository) for `GITHUB_TOKEN` has been set to "permissive (read-only)", the following lines must be included in the workflow (see [permissions syntax](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions)):
236235
> ```yaml
@@ -365,5 +364,5 @@ Internally, `skip-duplicate-actions` uses the [Repos Commit API](https://docs.gi
365364

366365
## Maintainers
367366

368-
- @paescuj
369-
- @fkirc
367+
- [@paescuj](https://github.com/paescuj)
368+
- [@fkirc](https://github.com/fkirc)

0 commit comments

Comments
 (0)