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 0e8ea7e commit 872b8d1Copy full SHA for 872b8d1
.github/workflows/validate-queries.yml
@@ -30,13 +30,9 @@ jobs:
30
run: pip install requests pyyaml
31
32
- name: Validate queries
33
+ working-directory: ./scripts
34
env:
35
SUMO_LOGIC_ACCESS_ID: ${{ secrets.SUMO_LOGIC_ACCESS_ID }}
36
SUMO_LOGIC_ACCESS_KEY: ${{ secrets.SUMO_LOGIC_ACCESS_KEY }}
37
run: |
- if [ -f "scripts/validate_queries.py" ]; then
38
- python scripts/validate_queries.py
39
- else
40
- echo "::error file=.github/workflows/validate_queries.yml::Validation script not found at scripts/validate_queries.py"
41
- exit 1
42
- fi
+ python validate_queries.py
0 commit comments