diff --git a/.github/workflows/linting_comment.yml b/.github/workflows/linting_comment.yml index 564a8d3661c34b5f06683bdeee0eba4f2c34cf96..3963518629ae2716fe449b47975a3a22187a1513 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 e2a9c3ce6a7717632c5c0ec5d64b8e6fc9213ea1..5d64e0f011b77c9222196542f0bf156f87d17cd9 100644 --- a/modules.json +++ b/modules.json @@ -89,4 +89,4 @@ } } } -} +} \ No newline at end of file