Skip to content

Commit e238fc0

Browse files
authored
Merge pull request #73 from per1234/project-specific-text
Replace project-specific text with template variable
2 parents c6388c3 + e44e691 commit e238fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/publish-go-nightly-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
with:
150150
api-key: ${{ secrets.DD_API_KEY }}
151151
events: |
152-
- title: "Arduino CLI nightly build failed"
152+
- title: "${{ env.PROJECT_NAME }} nightly build failed"
153153
text: "Nightly build workflow has failed"
154154
alert_type: "error"
155155
host: ${{ github.repository }}

workflow-templates/publish-go-nightly-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
with:
150150
api-key: ${{ secrets.DD_API_KEY }}
151151
events: |
152-
- title: "Arduino CLI nightly build failed"
152+
- title: "${{ env.PROJECT_NAME }} nightly build failed"
153153
text: "Nightly build workflow has failed"
154154
alert_type: "error"
155155
host: ${{ github.repository }}

0 commit comments

Comments
 (0)