From d03f97af6ba58994a3c644ca7c919c09db1402a1 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:53:36 +0100 Subject: [PATCH] fix(regions): add unique branch name (#1941) --- .github/workflows/refresh_aws_services_regions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/refresh_aws_services_regions.yml b/.github/workflows/refresh_aws_services_regions.yml index df88a91e..1a475a55 100644 --- a/.github/workflows/refresh_aws_services_regions.yml +++ b/.github/workflows/refresh_aws_services_regions.yml @@ -54,7 +54,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "feat(regions_update): Update regions for AWS services." - branch: "aws-services-regions-updated" + branch: "aws-services-regions-updated-${{ github.sha }}" labels: "status/waiting-for-revision, severity/low" title: "chore(regions_update): Changes in regions for AWS services." body: |