We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b1ea4 commit 14345dfCopy full SHA for 14345df
.github/workflows/coder-test-stability.yaml
@@ -80,7 +80,7 @@ jobs:
80
env:
81
DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }}
82
DD_DATABASE: fake
83
- GIT_COMMIT_MESSAGE: stability-${{ github.event.head_commit.message }}
+ GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
84
run: go run scripts/datadog-cireport/main.go gotests.xml
85
86
- name: Test with PostgreSQL Database
@@ -96,5 +96,5 @@ jobs:
96
97
98
DD_DATABASE: postgresql
99
100
0 commit comments