diff --git a/.github/workflows/deploy_AppStore.yml b/.github/workflows/deploy_app_store.yml similarity index 100% rename from .github/workflows/deploy_AppStore.yml rename to .github/workflows/deploy_app_store.yml diff --git a/.github/workflows/draft-a-new-release.yml b/.github/workflows/draft_a_new_release.yml similarity index 100% rename from .github/workflows/draft-a-new-release.yml rename to .github/workflows/draft_a_new_release.yml diff --git a/.github/workflows/publish_docs_to_wiki.yml b/.github/workflows/publish_docs_to_wiki.yml index a8cadfbe..dc71b021 100644 --- a/.github/workflows/publish_docs_to_wiki.yml +++ b/.github/workflows/publish_docs_to_wiki.yml @@ -16,4 +16,4 @@ jobs: USER_NAME: team-nimblehq USER_EMAIL: dev@nimblehq.co secrets: - USER_TOKEN: ${{ secrets.NIMBLE_DEV_TOKEN }} + USER_TOKEN: ${{ secrets.NIMBLE_DEV_TOKEN }} diff --git a/.github/workflows/test_install_script.yml b/.github/workflows/test_install_script.yml index e7af6697..115a66d3 100644 --- a/.github/workflows/test_install_script.yml +++ b/.github/workflows/test_install_script.yml @@ -6,25 +6,25 @@ on: jobs: Test: - name: Test - runs-on: macOS-12 - steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.5.0 - with: - access_token: ${{ github.token }} + name: Test + runs-on: macOS-12 + steps: + - name: Cancel Previous Runs + uses: styfle/cancel-workflow-action@0.5.0 + with: + access_token: ${{ github.token }} - - uses: actions/checkout@v2 - with: - fetch-depth: 0 + - uses: actions/checkout@v2 + with: + fetch-depth: 0 - - name: Bundle install - run: bundle install + - name: Bundle install + run: bundle install - - name: Start Install Script for Template App - run: sh make.sh --bundle-id co.nimblehq.template --bundle-id-staging co.nimblehq.template.staging --project-name TemplateApp + - name: Start Install Script for Template App + run: sh make.sh --bundle-id co.nimblehq.template --bundle-id-staging co.nimblehq.template.staging --project-name TemplateApp - - name: Build and Test - run: bundle exec fastlane buildAndTest - env: - CI: true + - name: Build and Test + run: bundle exec fastlane buildAndTest + env: + CI: true diff --git a/.github/workflows/test_upload_build_to_test_flight.yml b/.github/workflows/test_upload_build_to_test_flight.yml index 2d2dcad6..bbaa2043 100644 --- a/.github/workflows/test_upload_build_to_test_flight.yml +++ b/.github/workflows/test_upload_build_to_test_flight.yml @@ -30,7 +30,7 @@ jobs: uses: webfactory/ssh-agent@v0.5.4 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - + - name: Bundle install run: bundle install @@ -42,7 +42,7 @@ jobs: key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }} restore-keys: | ${{ runner.os }}-pods- - + - name: Start Install Script for Template App run: sh make.sh --bundle-id co.nimblehq.ios.templates --bundle-id-staging co.nimblehq.ios.templates.staging --project-name TemplateApp @@ -60,7 +60,7 @@ jobs: run: bundle exec fastlane updateProvisionSettings env: MATCH_PASSWORD: ${{ secrets.MATCH_PASS }} - + - name: Build App and Distribute to AppStore run: bundle exec fastlane buildAndUploadToAppStore env: