Skip to content

Commit

Permalink
Acceptance test: fix display result 5
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkad committed Dec 6, 2024
1 parent 8a9e7a0 commit 580f545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/power-acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
IBMCLOUD_GS_API_ENDPOINT: ${{ vars.IBMCLOUD_GS_API_ENDPOINT }}
IBMCLOUD_GT_API_ENDPOINT: ${{ vars.IBMCLOUD_GT_API_ENDPOINT }}
# Power
PI_CLOUDINSTANCE_ID: ${{ vars.PI_CLOUDINSTANCE_ID }}
PI_CLOUDINSTANCE_ID: ${{ secrets.PI_CLOUDINSTANCE_ID }}
IBMCLOUD_REGION: ${{ vars.IBMCLOUD_REGION }}
IBMCLOUD_ZONE: ${{ vars.IBMCLOUD_ZONE }}

Expand Down

0 comments on commit 580f545

Please sign in to comment.