Skip to content

Commit

Permalink
test: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
techmovie committed Oct 22, 2024
1 parent 2f25c4d commit 1c80335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/telegram-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
"parse_mode": "HTML"
}
})
await response.json();
console.log(await response.json())
}catch(error){
core.setFailed(error.message);
}

0 comments on commit 1c80335

Please sign in to comment.