Skip to content

Commit 7fd727f

Browse files
committed
updated README
1 parent 5c4f30c commit 7fd727f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ The following excerpts from a GitHub Actions workflow demonstrate how to use the
8282
- name: Use test query string and expected results file, with auth object
8383
uses: ./
8484
with:
85-
test_query_file_path: './.github/workflows/workflow_scripts/google-example.iql'
86-
data_file_path: './.github/workflows/workflow_scripts/google-example-data.jsonnet'
85+
test_query_file_path: './.github/workflows/workflow_scripts/github-example.iql'
86+
data_file_path: './.github/workflows/workflow_scripts/github-example-data.jsonnet'
8787
vars: TEST_ORG=${{ env.TEST_ORG }},TEST_REPO=${{ env.TEST_REPO }}
8888
expected_rows: 1
8989
env:

0 commit comments

Comments
 (0)