Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Onedelay authored Jun 7, 2021
1 parent faf564c commit dcc8980
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
url: 'https://onedelay-crawler-server.herokuapp.com/android_weekly'
method: 'GET'
timeout: 15000
- run: echo ${{ steps.crawlAndroidWeekly.outputs.response }}
- run:
echo -e ${{ steps.crawlAndroidWeekly.outputs.response }} > result.text
cat result.text

0 comments on commit dcc8980

Please sign in to comment.