Skip to content

Commit b46a74f

Browse files
committed
Fix debug message to output correct ROLE variable value
1 parent 3a8791f commit b46a74f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure/components/aws-assume-role.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ steps:
1919
displayName: get role name
2020
2121
- bash: |
22-
echo "[DEBUG] BUILD_ROLE value: $(BUILD_ROLE)"
23-
displayName: "Debug BUILD_ROLE value"
22+
echo "[DEBUG] ROLE value: $(ROLE)"
23+
displayName: "Debug ROLE value"
2424
2525
- bash: |
2626
set -e

0 commit comments

Comments
 (0)