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 96b8789 commit 4bd990aCopy full SHA for 4bd990a
.github/workflows/feature-branch.yml
@@ -18,9 +18,9 @@ jobs:
18
run: echo '${{ toJSON(github) }}'
19
20
perform:
21
- uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/feature-branch.yml@main-branch-go-releaser
+ 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 }}"
26
- secrets: inherit
+ secrets: inherit
0 commit comments