From 32a6b4ebcd7a07088e771c6afe5399fc3e663b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:10:10 +0000 Subject: [PATCH] Bump marocchino/sticky-pull-request-comment from 2 to 2.1.0 Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2 to 2.1.0. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v2...v2.1.0) Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2eb5d01..6de6649 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -170,7 +170,7 @@ jobs: # This only works for PRs coming from inside of the repo, not from forks name: Report Docker Build to PR if: (github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name == github.repository) - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v2.1.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} path: docker_build_report_final.txt