Skip to content

Commit 5933564

Browse files
authored
Fix output variable name in workflow (#139)
1 parent bc5c27d commit 5933564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/strands-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
permissions: read-all
2828
runs-on: ubuntu-latest
2929
outputs:
30-
approval-env: ${{ steps.auth.outputs.result }}
30+
approval-env: ${{ steps.auth.outputs.approval-env }}
3131
steps:
3232
- name: Check Authorization
3333
id: auth

0 commit comments

Comments
 (0)