Skip to content

Commit

Permalink
docs: checkout is required (#57)
Browse files Browse the repository at this point in the history
Checkout action is needed to use coderefs config etc
  • Loading branch information
jazanne authored Aug 28, 2023
1 parent c9433ed commit a99608d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
runs-on: ubuntu-latest
name: Find LaunchDarkly feature flags in diff
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Find flags
uses: launchdarkly/[email protected]
id: find-flags
Expand Down

0 comments on commit a99608d

Please sign in to comment.