Skip to content

Commit 88c499f

Browse files
authored
Update mend.yml
1 parent bcd0c95 commit 88c499f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/mend.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414
required: false
1515
default: main
1616
workflow_call:
17-
inputs:
18-
branch:
19-
type: string
20-
required: true
17+
#inputs:
18+
# branch:
19+
# type: string
20+
# required: true
2121

2222
concurrency:
2323
group: ${{ github.ref_name }}-mend
@@ -33,8 +33,8 @@ jobs:
3333
steps:
3434
- name: Checkout Repository
3535
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36-
with:
37-
ref: ${{ inputs.branch && inputs.branch || github.ref }}
36+
#with:
37+
# ref: ${{ inputs.branch && inputs.branch || github.ref }}
3838

3939
- name: Download agent
4040
run: curl -fsSLJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar

0 commit comments

Comments
 (0)