Skip to content

Commit d439ab4

Browse files
committed
checkout git branch from input vars
Signed-off-by: Jakub Jarosz <[email protected]>
1 parent ed3c2c5 commit d439ab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
steps:
7575
- name: Checkout Repository
7676
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77-
# with:
78-
# ref: ${{ inputs.branch && inputs.branch || github.ref }}
77+
with:
78+
ref: ${{ inputs.branch && inputs.branch || github.ref }}
7979

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

0 commit comments

Comments
 (0)