We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b323f78 commit 963fb14Copy full SHA for 963fb14
1 file changed
.github/workflows/release.yml
@@ -181,7 +181,7 @@ jobs:
181
# Notify in case of a failure
182
- name: Send failure event to PostHog
183
if: ${{ failure() }}
184
- uses: PostHog/posthog-github-action@v0.1
+ uses: PostHog/posthog-github-action@v1
185
with:
186
posthog-token: "${{ secrets.POSTHOG_PROJECT_API_KEY }}"
187
event: "posthog-php-github-release-workflow-failure"
0 commit comments