From 75f89a917dfcc3ee606b7a974b55a256ae34e173 Mon Sep 17 00:00:00 2001 From: anitarua Date: Wed, 6 Mar 2024 14:19:24 -0800 Subject: [PATCH 1/2] fix: generate readme should be its own ci job --- .github/workflows/on-push-to-main-branch.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on-push-to-main-branch.yaml b/.github/workflows/on-push-to-main-branch.yaml index bca2453b..9b178689 100644 --- a/.github/workflows/on-push-to-main-branch.yaml +++ b/.github/workflows/on-push-to-main-branch.yaml @@ -45,6 +45,9 @@ jobs: - name: Integration Test run: dotnet test -f ${{ matrix.target-framework }} tests/Integration/Momento.Sdk.Tests + generate_readme: + runs-on: ubuntu-latest + steps: - name: Generate README uses: momentohq/standards-and-practices/github-actions/generate-and-commit-oss-readme@gh-actions-v2 with: @@ -54,4 +57,4 @@ jobs: sdk_language: .NET template_file: ./README.template.md output_file: ./README.md - dev_docs_slug: dotnet + dev_docs_slug: dotnet \ No newline at end of file From bfdbe8990ad9da79b5d4962ea535103ab9ec6488 Mon Sep 17 00:00:00 2001 From: anitarua Date: Wed, 6 Mar 2024 14:32:26 -0800 Subject: [PATCH 2/2] add newline --- .github/workflows/on-push-to-main-branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-push-to-main-branch.yaml b/.github/workflows/on-push-to-main-branch.yaml index 9b178689..3ecc454e 100644 --- a/.github/workflows/on-push-to-main-branch.yaml +++ b/.github/workflows/on-push-to-main-branch.yaml @@ -57,4 +57,4 @@ jobs: sdk_language: .NET template_file: ./README.template.md output_file: ./README.md - dev_docs_slug: dotnet \ No newline at end of file + dev_docs_slug: dotnet