Skip to content

Commit

Permalink
Use boolean instead of string for GH action
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Ruivo <[email protected]>
  • Loading branch information
pruivo authored Oct 21, 2024
1 parent 4b3c4a4 commit 6eb3efd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
uses: ./.github/workflows/rosa-scaling-benchmark.yml
with:
clusterName: gh-keycloak-a # ${{ env.CLUSTER_PREFIX }}-a -- unfortunately 'env.' doesn't work here
skipCreateDataset: 'true'
skipCreateDataset: true
outputArchiveSuffix: 'active-active-volatile'
secrets: inherit

Expand Down

0 comments on commit 6eb3efd

Please sign in to comment.