File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dependabot/workflow-template-copies/.github/workflows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
with :
150
150
api-key : ${{ secrets.DD_API_KEY }}
151
151
events : |
152
- - title: "Arduino CLI nightly build failed"
152
+ - title: "${{ env.PROJECT_NAME }} nightly build failed"
153
153
text: "Nightly build workflow has failed"
154
154
alert_type: "error"
155
155
host: ${{ github.repository }}
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
with :
150
150
api-key : ${{ secrets.DD_API_KEY }}
151
151
events : |
152
- - title: "Arduino CLI nightly build failed"
152
+ - title: "${{ env.PROJECT_NAME }} nightly build failed"
153
153
text: "Nightly build workflow has failed"
154
154
alert_type: "error"
155
155
host: ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments