Skip to content

Commit

Permalink
github integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfigCat committed Mar 2, 2020
1 parent 23206b1 commit 5857b84
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 @@ -23,9 +23,9 @@ This tool can be used for discovering ConfigCat feature flag usages in your sour
name: ConfigCat Feature Flag Cleanup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1.0.0
- 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

0 comments on commit 5857b84

Please sign in to comment.