Skip to content

Commit

Permalink
chore: Use correct version in example. (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Oct 15, 2024
1 parent 2715574 commit c2ab4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/contract-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: $TEST_SERVICE_BINARY $TEST_SERVICE_PORT 2>&1 &

# Here's the actual usage of this action!
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.0
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.1.0
with:
# Inform the test harness of test service's port.
test_service_port: ${{ env.TEST_SERVICE_PORT }}
Expand Down

0 comments on commit c2ab4bc

Please sign in to comment.