Skip to content

Commit 65300cf

Browse files
committed
Fix typos in Go nightly failure report message
1 parent 9666050 commit 65300cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ jobs:
124124
with:
125125
api-key: ${{ secrets.DD_API_KEY }}
126126
events: |
127-
- title: "Arduino CLI nighly build failed"
128-
text: "Nightly build worfklow has failed"
127+
- title: "Arduino CLI nightly build failed"
128+
text: "Nightly build workflow has failed"
129129
alert_type: "error"
130130
host: ${{ github.repository }}
131131
tags:

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ jobs:
124124
with:
125125
api-key: ${{ secrets.DD_API_KEY }}
126126
events: |
127-
- title: "Arduino CLI nighly build failed"
128-
text: "Nightly build worfklow has failed"
127+
- title: "Arduino CLI nightly build failed"
128+
text: "Nightly build workflow has failed"
129129
alert_type: "error"
130130
host: ${{ github.repository }}
131131
tags:

0 commit comments

Comments
 (0)