소스 검색

Fix aws publisher var type

Roman Zabaluev 2 년 전
부모
커밋
cf9b653e46
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/aws_publisher.yaml

+ 1 - 0
.github/workflows/aws_publisher.yaml

@@ -14,6 +14,7 @@ on:
         description: 'If set to true, the request to update AWS Server product version will be raised'
         required: true
         default: false
+        type: boolean
 
 jobs:
   build-ami: