We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4f30c commit 7fd727fCopy full SHA for 7fd727f
README.md
@@ -82,8 +82,8 @@ The following excerpts from a GitHub Actions workflow demonstrate how to use the
82
- name: Use test query string and expected results file, with auth object
83
uses: ./
84
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'
+ test_query_file_path: './.github/workflows/workflow_scripts/github-example.iql'
+ data_file_path: './.github/workflows/workflow_scripts/github-example-data.jsonnet'
87
vars: TEST_ORG=${{ env.TEST_ORG }},TEST_REPO=${{ env.TEST_REPO }}
88
expected_rows: 1
89
env:
0 commit comments