Skip to content

Commit 92c4580

Browse files
authored
Update feature-branch.yml
1 parent 5302912 commit 92c4580

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/feature-branch.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,6 @@ permissions:
1111
actions: write
1212

1313
jobs:
14-
debug:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- name: Debug
18-
run: echo '${{ toJSON(github) }}'
19-
2014
perform:
21-
uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/feature-branch.yml@readme-update
22-
with:
23-
organization: "${{ github.event.repository.owner.login }}"
24-
repository: "${{ github.event.repository.name }}"
25-
ref: "${{ github.event.pull_request.head.ref }}"
15+
uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/feature-branch.yml@main
2616
secrets: inherit

0 commit comments

Comments
 (0)