diff --git a/.github/workflows/pull_request_labels.yaml b/.github/workflows/pull_request_labels.yaml index 505bfe0..7585980 100644 --- a/.github/workflows/pull_request_labels.yaml +++ b/.github/workflows/pull_request_labels.yaml @@ -8,7 +8,7 @@ jobs: pull-requests: write steps: - name: Add size label - uses: "pascalgn/size-label-action@v0.5.4" + uses: "pascalgn/size-label-action@v0.5.5" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} IGNORED: "README.md\nLICENSE\n.gitignore\n.github/**\n" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6272a02..ee0ac1c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -22,8 +22,8 @@ jobs: github.event_name == 'pull_request' uses: thollander/actions-comment-pull-request@v3 with: - pr_number: ${{ github.event.pull_request.number }} - comment_tag: test-chart + pr-number: ${{ github.event.pull_request.number }} + comment-tag: test-chart message: |- # :x: Terraform Linting, Formatting or Init Failed