Skip to content

Commit

Permalink
Use reusable workflows from separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Dec 23, 2022
1 parent bfae537 commit 2d7d3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
perform:
uses: cloudposse/github-actions-workflows/.github/workflows/github-composite-action-feature-branch.yml@main
uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/feature-branch.yml@main
with:
organization: "${{ github.event.repository.owner.login }}"
repository: "${{ github.event.repository.name }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
perform:
uses: cloudposse/github-actions-workflows/.github/workflows/github-composite-action-main-branch.yml@main
uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/main-branch.yml@main
with:
organization: "${{ github.event.repository.owner.login }}"
repository: "${{ github.event.repository.name }}"
Expand Down

0 comments on commit 2d7d3c4

Please sign in to comment.