You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Sets up Integration Testing CLI in your GitHub Actions workflow.
inputs:
version:
description: Version of Integration Testing CLI to install.
required: false
default: 0.0.x
github-token:
description: 'The GitHub access token (e.g. secrets.GITHUB_TOKEN) used to get the list of integration-testing-cli CLI versions. This defaults to {{ github.token }}.'