Skip to content

Commit

Permalink
ci: Fix rate limiting error when downloading contract tests (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored May 3, 2024
1 parent 822d71d commit 18e3535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/contract-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
shell: bash
run: make start-contract-test-service-bg

- uses: launchdarkly/gh-actions/actions/[email protected].1
- uses: launchdarkly/gh-actions/actions/[email protected].2
with:
test_service_port: 8000
token: ${{ inputs.token }}
Expand Down

0 comments on commit 18e3535

Please sign in to comment.