From 103d5c254288e7998e2aacb35e5226ce8352a600 Mon Sep 17 00:00:00 2001 From: Donnie Adams Date: Fri, 26 Apr 2024 15:46:11 -0400 Subject: [PATCH] chore: add subTool option to README --- .github/workflows/run_tests.yaml | 19 ------------------- README.md | 1 + 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 8fb5043..9ca4686 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -11,25 +11,6 @@ on: required: true jobs: - check-perms: - runs-on: ubuntu-latest - steps: - - name: Get User Permission - id: checkAccess - uses: actions-cool/check-user-permission@v2 - with: - require: write - username: ${{ github.triggering_actor }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Check User Permission - if: steps.checkAccess.outputs.require-result == 'false' - run: | - echo "${{ github.triggering_actor }} does not have permissions on this repo." - echo "Current permission level is ${{ steps.checkAccess.outputs.user-permission }}" - echo "Job originally triggered by ${{ github.actor }}" - exit 1 - test-linux: needs: check-perms runs-on: ubuntu-latest diff --git a/README.md b/README.md index 378d2db..6dd833c 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ None of the options is required, and the defaults will reduce the number of call - `cacheDir`: Specify the cache directory. - `quiet`: No output logging - `chdir`: Change current working directory +- `subTool`: Use tool of this name, not the first tool ## Functions