Skip to content

Commit 963fb14

Browse files
authored
chore: upgrade PostHog GitHub Action to v1 (#128)
1 parent b323f78 commit 963fb14

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
@@ -181,7 +181,7 @@ jobs:
181181
# Notify in case of a failure
182182
- name: Send failure event to PostHog
183183
if: ${{ failure() }}
184-
uses: PostHog/posthog-github-action@v0.1
184+
uses: PostHog/posthog-github-action@v1
185185
with:
186186
posthog-token: "${{ secrets.POSTHOG_PROJECT_API_KEY }}"
187187
event: "posthog-php-github-release-workflow-failure"

0 commit comments

Comments
 (0)