mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
fix(regions): add unique branch name (#1941)
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "feat(regions_update): Update regions for AWS services."
|
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"
|
labels: "status/waiting-for-revision, severity/low"
|
||||||
title: "chore(regions_update): Changes in regions for AWS services."
|
title: "chore(regions_update): Changes in regions for AWS services."
|
||||||
body: |
|
body: |
|
||||||
|
|||||||
Reference in New Issue
Block a user