From 173e14f36d261dcbf545084dc87f5641e8baf086 Mon Sep 17 00:00:00 2001 From: phaym <1431593+phaym@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:15:20 -0400 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 764e6cb..46c2a94 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: DevCycleHQ/feature-flag-code-usage-action@1.2.0 + - uses: DevCycleHQ/feature-flag-code-usage-action@v1.2.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} client-id: ${{ secrets.DVC_CLIENT_ID }}