Skip to content

Commit

Permalink
Merge pull request #132 from gradle/dependabot/github_actions/hasura/…
Browse files Browse the repository at this point in the history
…comment-progress-2.3.0

Bump hasura/comment-progress from 2.2.0 to 2.3.0
  • Loading branch information
oleg-nenashev authored Feb 18, 2025
2 parents 7e69d0f + 0d52c64 commit 06e7472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
destination_dir: ${{ env.PREVIEW_PATH }}

- name: Update comment
uses: hasura/comment-progress@v2.2.0
uses: hasura/comment-progress@v2.3.0
if: ${{ (github.ref != 'refs/heads/main') && (github.event.pull_request.head.repo.full_name == 'gradle/community') }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
destination_dir: ${{ env.PREVIEW_PATH }}

- name: Comment on PR
uses: hasura/comment-progress@v2.2.0
uses: hasura/comment-progress@v2.3.0
if: github.event.pull_request.merged == true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,7 +39,7 @@ jobs:
🪓 PR merged, preview deleted ✅ Enjoy the updated content at https://community.gradle.org/
- name: Comment on PR
uses: hasura/comment-progress@v2.2.0
uses: hasura/comment-progress@v2.3.0
if: github.event.pull_request.merged == false
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 06e7472

Please sign in to comment.