Skip to content

Commit 6f32029

Browse files
committed
Merge branch 'master' of https://github.com/configcat/docs
2 parents c7d1fd1 + 5857b84 commit 6f32029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/github.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This tool can be used for discovering ConfigCat feature flag usages in your sour
2525
steps:
2626
- uses: actions/checkout@v1
2727
- name: ConfigCat Feature Flag Cleanup
28-
uses: configcat/github-action-feature-flag-cleanup@master
28+
uses: configcat/github-action-feature-flag-cleanup@1.0.0
2929
with:
3030
configcat-api-key: ${{ secrets.CONFIG_CAT_API_KEY }}
3131
fail-on-warnings: false
@@ -54,4 +54,4 @@ Add these to the `with` section to enable more functionality.
5454
| `debug` | More verbose logging. | false |
5555

5656
## Documentation
57-
For more information check the [official documentation](https://circleci.com/orbs/registry/orb/configcat/feature-flag-reference-validator) of ConfigCat's GitHub Action.
57+
For more information check the [ConfigCat's GitHub Action](https://github.com/marketplace/actions/configcat-feature-flag-cleanup) on the marketplace.

0 commit comments

Comments
 (0)