Skip to content

Commit 39cf32f

Browse files
authored
Merge pull request #23 from thedadams/sub-tool-docs
chore: add subTool option to README
2 parents 8de25eb + 103d5c2 commit 39cf32f

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.github/workflows/run_tests.yaml

-19
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,6 @@ on:
1111
required: true
1212

1313
jobs:
14-
check-perms:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- name: Get User Permission
18-
id: checkAccess
19-
uses: actions-cool/check-user-permission@v2
20-
with:
21-
require: write
22-
username: ${{ github.triggering_actor }}
23-
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
- name: Check User Permission
26-
if: steps.checkAccess.outputs.require-result == 'false'
27-
run: |
28-
echo "${{ github.triggering_actor }} does not have permissions on this repo."
29-
echo "Current permission level is ${{ steps.checkAccess.outputs.user-permission }}"
30-
echo "Job originally triggered by ${{ github.actor }}"
31-
exit 1
32-
3314
test-linux:
3415
needs: check-perms
3516
runs-on: ubuntu-latest

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ None of the options is required, and the defaults will reduce the number of call
3535
- `cacheDir`: Specify the cache directory.
3636
- `quiet`: No output logging
3737
- `chdir`: Change current working directory
38+
- `subTool`: Use tool of this name, not the first tool
3839

3940
## Functions
4041

0 commit comments

Comments
 (0)