Skip to content

Commit 27ecd35

Browse files
committed
chore: upgrade PostHog GitHub Action to v1
1 parent 3c0c17f commit 27ecd35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
# Notify in case of a failure
205205
- name: Send failure event to PostHog
206206
if: ${{ failure() }}
207-
uses: PostHog/posthog-github-action@v0.1
207+
uses: PostHog/posthog-github-action@v1
208208
with:
209209
posthog-token: "${{ secrets.POSTHOG_PROJECT_API_KEY }}"
210210
event: "posthog-python-github-release-workflow-failure"

0 commit comments

Comments
 (0)