From ea191c7b7a68ff5d64888d67278705738e09cd2b Mon Sep 17 00:00:00 2001 From: nservant <nicolas.servant@curie.fr> Date: Mon, 19 Dec 2022 14:04:46 +0100 Subject: [PATCH] [LINT] fix modules --- .github/workflows/linting_comment.yml | 4 ++-- modules.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linting_comment.yml b/.github/workflows/linting_comment.yml index 564a8d3..3963518 100644 --- a/.github/workflows/linting_comment.yml +++ b/.github/workflows/linting_comment.yml @@ -18,11 +18,11 @@ jobs: - name: Get PR number id: pr_number - run: echo "pr_number=$(cat linting-logs/PR_number.txt)" >> $GITHUB_OUTPUT + run: echo "name=pr_number::$(cat linting-logs/PR_number.txt)" >> $GITHUB_OUTPUT - name: Post PR comment uses: marocchino/sticky-pull-request-comment@v2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} number: ${{ steps.pr_number.outputs.pr_number }} - path: linting-logs/lint_results.md \ No newline at end of file + path: linting-logs/lint_results.md diff --git a/modules.json b/modules.json index e2a9c3c..5d64e0f 100644 --- a/modules.json +++ b/modules.json @@ -89,4 +89,4 @@ } } } -} +} \ No newline at end of file -- GitLab