Skip to content

Commit

Permalink
fix: update dist to use right cli version (5.14.13) (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalkapasi authored Aug 13, 2024
1 parent 46bac6b commit e54dc5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
name: Generate DevCycle PR Insights
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DevCycleHQ/feature-flag-pr-insights-action@v2.0.7
- uses: DevCycleHQ/feature-flag-pr-insights-action@v2.2.8
with:
# Token generated by GitHub
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function run() {
}
const baseBranch = pullRequest.base.ref;
const headBranch = pullRequest.head.ref;
yield (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@5.14.4']);
yield (0, exec_1.exec)('npm', ['install', '-g', '@devcycle/cli@5.14.13']);
const prLink = pullRequest === null || pullRequest === void 0 ? void 0 : pullRequest.html_url;
const prLinkArgs = prLink ? ['--pr-link', prLink] : [];
const authArgs = projectKey && clientId && clientSecret
Expand Down

0 comments on commit e54dc5b

Please sign in to comment.