Skip to content

Commit

Permalink
Removed output redirection from action
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-vlabs committed Jan 24, 2025
1 parent e1f8424 commit 2e89a18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/filter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
# ##whenever issue is opened
issues:
types: [opened]
##################Uncomment above code to run the workflow periodically####################

jobs:
run-script:
Expand All @@ -33,5 +32,4 @@ jobs:
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
API_KEY: ${{ secrets.GOOGLE_API_KEY }}
run: |
python src/run_filter.py > result.txt
cat result.txt
python src/run_filter.py

0 comments on commit 2e89a18

Please sign in to comment.