Skip to content

Commit

Permalink
Save as json file
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed Feb 29, 2024
1 parent a2d3beb commit f211e32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-and-send-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Fetch and Send Message
run: |
mkdir out
go run . > out/fgi_output.txt
go run . > out/fgi_output.json
cd out
cat fgi_output.txt
tar -czf fgi_output.tar.gz fgi_output.txt
cat fgi_output.json
tar -czf fgi_output.tar.gz fgi_output.json
env:
TELEGRAM_APITOKEN: ${{ secrets.TELEGRAM_APITOKEN }}
CHATID: ${{ secrets.CHATID }}
Expand Down

0 comments on commit f211e32

Please sign in to comment.