We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73f75b commit be63f99Copy full SHA for be63f99
.github/workflows/nexus.yml
@@ -112,4 +112,12 @@ jobs:
112
coordinates: directory=/
113
assets: filename=components.xml
114
filename: ./nexus/components.xml
115
+ - name: Discord Webhook Action
116
+ uses: tsickert/[email protected]
117
+ with:
118
+ webhook-url: ${{ secrets.WEBHOOK_URL }}
119
+ embed-title: Launcher Dev build deployed
120
+ embed-url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
121
+ embed-description: "${{ github.event.head_commit.message }}"
122
+ embed-thumbnail-url: "https://github.com/FlashpointProject/launcher/blob/master/icons/icon.png?raw=true"
123
0 commit comments