diff --git a/README.md b/README.md index fcbbcc0..f53e168 100644 --- a/README.md +++ b/README.md @@ -229,8 +229,7 @@ A two-dimensional array, with a list of changed files for each commit that has b You can use `skip-duplicate-actions` to either skip individual steps or entire jobs. To minimize changes to existing jobs, it is often easier to skip entire jobs. -> **Notes**: -> +> **Note** > - 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 }}`. > - 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)): > ```yaml @@ -365,5 +364,5 @@ Internally, `skip-duplicate-actions` uses the [Repos Commit API](https://docs.gi ## Maintainers -- @paescuj -- @fkirc +- [@paescuj](https://github.com/paescuj) +- [@fkirc](https://github.com/fkirc)