Skip to content

Commit

Permalink
fix: Unrecognized named-value: 'prs_list
Browse files Browse the repository at this point in the history
  • Loading branch information
sibelly committed Oct 23, 2024
1 parent fba5338 commit 6a42650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
for pr in $prs_list; do
echo ${pr}
done
if: ${{ prs_list != '' }}
if: ${ ${#prs_list} > 0 }
then
echo "PR already opened"
exit 0
Expand Down

0 comments on commit 6a42650

Please sign in to comment.