Skip to content

Commit 2cb46ec

Browse files
Fix workflow
1 parent 3221137 commit 2cb46ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/license_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
uses: eclipse-score/cicd-workflows/.github/workflows/license-check.yml@main
2929
with:
3030
repo-url: "${{ github.server_url }}/${{ github.repository }}"
31-
bazel-target: "//src:license-check"
31+
bazel-target: "run //src:license-check"
3232
secrets:
3333
dash-api-token: ${{ secrets.ECLIPSE_GITLAB_API_TOKEN }}

0 commit comments

Comments
 (0)