Skip to content

Commit 40a9077

Browse files
ruspl-afedlaeubi
authored andcommitted
clean-bundles should consider configured branch
The defect was discovered during attempt to apply this workflow to Mylyn. It was not possible to reach it earlier, since token for Mylyn was not available
1 parent caf1a34 commit 40a9077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanCode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
if: ${{ fromJson(steps.list-prs.outputs.prs)[9] == null }}
114114
with:
115115
fetch-depth: 0
116-
ref: master
116+
ref: ${{ inputs.branch }}
117117
- name: Set up Maven
118118
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
119119
if: ${{ fromJson(steps.list-prs.outputs.prs)[9] == null }}

0 commit comments

Comments
 (0)