Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jazanne committed Nov 14, 2022
1 parent 0397304 commit 34e278d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 30 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/find-code-refs-override-dir.yml

This file was deleted.

10 changes: 8 additions & 2 deletions .github/workflows/find-code-refs.yml
Expand Up @@ -10,15 +10,21 @@ jobs:
name: LaunchDarkly Code References
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check out this repo
uses: actions/checkout@v3
- name: Check out repo to scan
uses: actions/checkout@v3
with:
path: repo-to-scan
repository: launchdarkly/SupportService
fetch-depth: 10
- name: LaunchDarkly Code References
uses: launchdarkly/find-code-references@master
uses: ./
with:
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
debug: true
ignoreServiceErrors: true
projKey: support-service
allowTags: true
env:
LD_DIR: ${{ github.workspace }}/repo-to-scan

0 comments on commit 34e278d

Please sign in to comment.