Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/configcat/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sigewuzhere committed Mar 2, 2020
2 parents c7d1fd1 + 5857b84 commit 6f32029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This tool can be used for discovering ConfigCat feature flag usages in your sour
steps:
- uses: actions/checkout@v1
- name: ConfigCat Feature Flag Cleanup
uses: configcat/github-action-feature-flag-cleanup@master
uses: configcat/github-action-feature-flag-cleanup@1.0.0
with:
configcat-api-key: ${{ secrets.CONFIG_CAT_API_KEY }}
fail-on-warnings: false
Expand Down Expand Up @@ -54,4 +54,4 @@ Add these to the `with` section to enable more functionality.
| `debug` | More verbose logging. | false |

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

0 comments on commit 6f32029

Please sign in to comment.