Skip to content

Commit

Permalink
correct variable for output
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi418 committed Nov 29, 2024
1 parent b2ccc22 commit bee5db3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
outputs:
merge_clearance: ${{ steps.determine_merge_clearance.merge_clearance }}
merge_clearance: ${{ steps.determine_merge_clearance.outputs.merge_clearance }}
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit bee5db3

Please sign in to comment.