Skip to content

Commit

Permalink
chore: Correct default project for acceptance tests dispatch workflow (
Browse files Browse the repository at this point in the history
…#254)

`vars` scope cannot be used inside `default` value for dispatch inputs.
  • Loading branch information
nieomylnieja committed Jun 11, 2024
1 parent c969f78 commit 8e6922e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acc-tests-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
description: Project name to create the tested objects in
required: false
type: string
default: ${{ vars.TERRAFORM_NOBL9_PROJECT }}
default: terraform-acceptance-tests
jobs:
test:
uses: ./.github/workflows/acc-tests.yml
Expand Down

0 comments on commit 8e6922e

Please sign in to comment.