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 bcd0c95 commit 88c499fCopy full SHA for 88c499f
.github/workflows/mend.yml
@@ -14,10 +14,10 @@ on:
14
required: false
15
default: main
16
workflow_call:
17
- inputs:
18
- branch:
19
- type: string
20
- required: true
+ #inputs:
+ # branch:
+ # type: string
+ # required: true
21
22
concurrency:
23
group: ${{ github.ref_name }}-mend
@@ -33,8 +33,8 @@ jobs:
33
steps:
34
- name: Checkout Repository
35
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
- with:
37
- ref: ${{ inputs.branch && inputs.branch || github.ref }}
+ #with:
+ # ref: ${{ inputs.branch && inputs.branch || github.ref }}
38
39
- name: Download agent
40
run: curl -fsSLJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar
0 commit comments