We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5302912 commit 92c4580Copy full SHA for 92c4580
.github/workflows/feature-branch.yml
@@ -11,16 +11,6 @@ permissions:
11
actions: write
12
13
jobs:
14
- debug:
15
- runs-on: ubuntu-latest
16
- steps:
17
- - name: Debug
18
- run: echo '${{ toJSON(github) }}'
19
-
20
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 }}"
+ uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/feature-branch.yml@main
26
secrets: inherit
0 commit comments