Skip to content

Commit 4fcc78d

Browse files
committed
Rename workflow
1 parent 1b7c528 commit 4fcc78d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Pull Request
1+
name: Feature branch
22
on:
33
pull_request:
44
branches: [ main ]
55
types: [opened, synchronize, reopened]
66

77
jobs:
8-
default:
9-
uses: cloudposse/github-actions-workflows/.github/workflows/github-composite-action-pull-request.yml@main
8+
perform:
9+
uses: cloudposse/github-actions-workflows/.github/workflows/github-composite-action-feature-branch.yml@main
1010
with:
1111
organization: "${{ github.event.repository.owner.login }}"
1212
repository: "${{ github.event.repository.name }}"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bleeding edge
1+
name: Main branch
22
on:
33
push:
44
branches: [ main ]
@@ -7,8 +7,8 @@ permissions:
77
contents: write
88

99
jobs:
10-
default:
11-
uses: cloudposse/github-actions-workflows/.github/workflows/github-composite-action-bleeding-edge.yml@main
10+
perform:
11+
uses: cloudposse/github-actions-workflows/.github/workflows/github-composite-action-main-branch.yml@main
1212
with:
1313
organization: "${{ github.event.repository.owner.login }}"
1414
repository: "${{ github.event.repository.name }}"

0 commit comments

Comments
 (0)