Skip to content

Commit

Permalink
Update README.md (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Sep 12, 2022
1 parent f00b7ee commit 20ba777
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

0 comments on commit 20ba777

Please sign in to comment.