Skip to content

Commit

Permalink
Remove unnecessary input / env var
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Nov 20, 2024
1 parent 6fa2e3e commit ab599db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/.reusable-docker-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ on:
description: The runner label to use. Defaults to `ubuntu-latest`
required: false
default: ubuntu-latest
compose-file:
type: string
description: The compose file to use.
required: true
secrets:
gcr-token:
description: A token to use for logging into Github Container Registry. If not provided, login does not occur.
Expand Down Expand Up @@ -84,4 +80,3 @@ jobs:
E2E_CONCURRENCY: ${{ inputs.concurrency }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
GITHUB_ACTION_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
COMPOSE_FILE: ${{ inputs.compose-file }}

0 comments on commit ab599db

Please sign in to comment.