diff --git a/README.md b/README.md index 96f6d3b..4d5f38d 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,6 @@ permissions: jobs: lint: - # TODO: Update repository name to match your upstream repository - if: github.event.repository == 'redhat-plumbers-in-action/differential-shellcheck' runs-on: ubuntu-latest permissions: @@ -107,6 +105,10 @@ jobs: > > _`fetch-depth: 0` is required to run `differential-shellcheck` successfully. It fetches all git history._ +> [!TIP] +> +> You can limit execution of `differential-shellcheck` to upstream repository by using `if: github.event.repository == 'your_org/your_repo'` before `runs-on: ubuntu-latest`. +
Console output example