Skip to content

Commit fc85cad

Browse files
committed
Use reusable workflows from separate repo
1 parent dc6849e commit fc85cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/feature-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
perform:
9-
uses: cloudposse/github-actions-workflows/.github/workflows/github-composite-action-feature-branch.yml@main
9+
uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/feature-branch.yml@main
1010
with:
1111
organization: "${{ github.event.repository.owner.login }}"
1212
repository: "${{ github.event.repository.name }}"

.github/workflows/main-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

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

0 commit comments

Comments
 (0)