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 ed3c2c5 commit d439ab4Copy full SHA for d439ab4
.github/workflows/mend.yml
@@ -74,8 +74,8 @@ jobs:
74
steps:
75
- name: Checkout Repository
76
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77
- # with:
78
- # ref: ${{ inputs.branch && inputs.branch || github.ref }}
+ with:
+ ref: ${{ inputs.branch && inputs.branch || github.ref }}
79
80
- name: Download agent
81
run: curl -fsSLJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar
0 commit comments