From 5dd90615c4f5b982f7233c6da6a5076615eb0a42 Mon Sep 17 00:00:00 2001 From: Sai Medhini Reddy Maryada Date: Thu, 1 Feb 2024 17:46:21 -0800 Subject: [PATCH] updated Signed-off-by: Sai Medhini Reddy Maryada --- .github/workflows/update_api.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_api.yml b/.github/workflows/update_api.yml index 55a29446..95f8b26e 100644 --- a/.github/workflows/update_api.yml +++ b/.github/workflows/update_api.yml @@ -30,13 +30,13 @@ jobs: id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: GitHub App token -if: ${{ github.repository == 'saimedhi/opensearch-py' }} + if: ${{ github.repository == 'saimedhi/opensearch-py' }} id: github_app_token uses: tibdex/github-app-token@v2.1.0 with: app_id: ${{ secrets.CI_APP_ID }} private_key: ${{ secrets.CI_APP_PRIVATE_KEY }} - - name: Create pull request + - name: Create pull request id: cpr uses: peter-evans/create-pull-request@v5 with: