We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ee694 commit 6af4918Copy full SHA for 6af4918
2 files changed
.github/workflows/update-api.yml
@@ -72,3 +72,16 @@ jobs:
72
assignees: gameroman
73
reviewers: gameroman
74
labels: ci
75
+
76
+ - name: Notify Discord
77
+ if: always()
78
+ uses: sarisia/actions-status-discord@eb045afee445dc055c18d3d90bd0f244fd062708 # v1.16.0
79
+ with:
80
+ webhook: ${{ secrets.DISCORD_WEBHOOK }}
81
+ status: ${{ job.status }}
82
+ title: "Update API (#${{ github.run_number }})"
83
+ description: |
84
+ Status: **${{ job.status }}**
85
+ Branch: ${{ github.ref_name }}
86
+ Trigger: ${{ github.event_name }}
87
+ Commit: ${{ github.sha }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@lichess/api",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"keywords": [
5
"api",
6
"lichess"
0 commit comments