From d6d207cdff1e240f8f50eaabcd748b7011fd248d Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Sun, 2 Jul 2023 00:38:07 -0700 Subject: [PATCH 1/2] Update scala-project-template.yml --- .github/workflows/scala-project-template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scala-project-template.yml b/.github/workflows/scala-project-template.yml index 982e6391..84df2385 100644 --- a/.github/workflows/scala-project-template.yml +++ b/.github/workflows/scala-project-template.yml @@ -23,6 +23,7 @@ jobs: - run: git fetch https://github.com/Atry/scala-project-template.git template - run: git reset --hard FETCH_HEAD - uses: peter-evans/create-pull-request@v5 + continue-on-error: true with: delete-branch: true base: ${{github.ref_name}} From 503bd682bea73a577ebac344d70a29f9f90bfe4d Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Sun, 2 Jul 2023 00:45:24 -0700 Subject: [PATCH 2/2] Update scala-project-template.yml --- .github/workflows/scala-project-template.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/scala-project-template.yml b/.github/workflows/scala-project-template.yml index 84df2385..370eefe8 100644 --- a/.github/workflows/scala-project-template.yml +++ b/.github/workflows/scala-project-template.yml @@ -11,8 +11,6 @@ name: Update Scala project template jobs: update-scala-project-template: permissions: - # for aws-actions/configure-aws-credentials to assume an AWS role - id-token: write # for peter-evans/create-pull-request to create branch contents: write # for peter-evans/create-pull-request to create a PR