Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhenovsky committed Aug 8, 2023
2 parents c44fc24 + 95b3558 commit b8af365
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Relevance-challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Run checks
id: checks
run: |
python test.py ${{ secrets.TEST_FIILE_URL }}
output=$(python test.py ${{ secrets.TEST_FIILE_URL }})
echo "output=$output" >> $GITHUB_OUTPUT
- name: Publish output to comments
uses: actions/github-script@v6
Expand Down

0 comments on commit b8af365

Please sign in to comment.