From 630cc7909209fe407c33ce2b4acf9fed49560892 Mon Sep 17 00:00:00 2001 From: team-nimblehq Date: Fri, 10 Nov 2023 07:23:18 +0000 Subject: [PATCH] [Chore] Generate & update sample project --- sample/.github/workflows/android_deploy_staging.yml | 2 +- sample/.github/workflows/ios_deploy_staging_to_firebase.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/.github/workflows/android_deploy_staging.yml b/sample/.github/workflows/android_deploy_staging.yml index 9969ed7..e20a425 100644 --- a/sample/.github/workflows/android_deploy_staging.yml +++ b/sample/.github/workflows/android_deploy_staging.yml @@ -50,7 +50,7 @@ jobs: - name: Limit changelog to the latest pull request only uses: jossef/action-set-json-field@v2 with: - file: .github/workflows/changelog-config.json + file: .github/workflows/configs/changelog-config.json field: max_pull_requests value: 1 diff --git a/sample/.github/workflows/ios_deploy_staging_to_firebase.yml b/sample/.github/workflows/ios_deploy_staging_to_firebase.yml index 5f409a3..8e5fa63 100644 --- a/sample/.github/workflows/ios_deploy_staging_to_firebase.yml +++ b/sample/.github/workflows/ios_deploy_staging_to_firebase.yml @@ -53,7 +53,7 @@ jobs: - name: Limit changelog to the latest pull request only uses: jossef/action-set-json-field@v2 with: - file: .github/workflows/changelog-config.json + file: .github/workflows/configs/changelog-config.json field: max_pull_requests value: 1