소스 검색

fix bash scripts

Shahed Nasser 1 년 전
부모
커밋
46214d1d3e
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      .github/workflows/update-preview-deps-ci.yml
  2. 1 1
      .github/workflows/update-preview-deps.yml

+ 2 - 2
.github/workflows/update-preview-deps-ci.yml

@@ -32,8 +32,8 @@ jobs:
       - name: Close Previous PRs
         shell: "bash"
         run: |
-          TITLE="chore(feat/v2-ci): updated preview dependencies [automated]"
-          
+
+          TITLE="chore(feat/v2-ci): updated preview dependencies [automated]"  
           # Get the list of pull requests with the specified title
           PR_LIST=$(gh pr list --search "$TITLE in:title" --json number)
           

+ 1 - 1
.github/workflows/update-preview-deps.yml

@@ -32,8 +32,8 @@ jobs:
       - name: Close Previous PRs
         shell: "bash"
         run: |
+
           TITLE="chore(feat/v2): updated preview dependencies [automated]"
-          
           # Get the list of pull requests with the specified title
           PR_LIST=$(gh pr list --search "$TITLE in:title" --json number)