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 52f53cd commit d847947Copy full SHA for d847947
1 file changed
.github/workflows/release.yml
@@ -259,7 +259,7 @@ jobs:
259
260
- name: Send failure event to PostHog
261
if: ${{ failure() }}
262
- uses: PostHog/posthog-github-action@v0.1
+ uses: PostHog/posthog-github-action@v1
263
with:
264
posthog-token: "${{ secrets.POSTHOG_PROJECT_API_KEY }}"
265
event: "posthog-ruby-github-release-workflow-failure"
0 commit comments