From 2ccde747e5d6b5c404ae3a1f847264ffe02098c3 Mon Sep 17 00:00:00 2001 From: "sebastien.heurtematte" Date: Tue, 19 Nov 2024 13:17:27 +0100 Subject: [PATCH] test: add debug Signed-off-by: sebastien.heurtematte --- .github/workflows/license-check.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/license-check.yaml b/.github/workflows/license-check.yaml index 00ad35a..80779b4 100644 --- a/.github/workflows/license-check.yaml +++ b/.github/workflows/license-check.yaml @@ -14,6 +14,11 @@ on: types: [created] jobs: + debug: + runs-on: ubuntu-latest + steps: + - name: Log event + run: echo "${{ toJson(github) }}" # Documentation: https://github.com/eclipse-dash/dash-licenses#reusable-github-workflow-for-automatic-license-check-and-ip-team-review-requests eclipse-dash-license-tool-run: name: Eclipse Dash License Tool @@ -21,4 +26,4 @@ jobs: with: projectId: technology.cbi secrets: - gitlabAPIToken: ${{ secrets.ECLIPSE_GITLAB_API_TOKEN }} # We should ask Eclipse to add this secret at some point. Currently, we do not want to do automatic license vetting submission. \ No newline at end of file + gitlabAPIToken: ${{ secrets.ECLIPSE_GITLAB_API_TOKEN }} # We should ask Eclipse to add this secret at some point. Currently, we do not want to do automatic license vetting submission.