Skip to content

Commit

Permalink
try find other PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 13, 2024
1 parent 95518a5 commit 57d2fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-consumers-summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up jq for JSON parsing
run: sudo apt-get install -y jq
- name: Find Dependabot PRs
Expand All @@ -20,7 +20,7 @@ jobs:
repos=("smartcontractkit/chainlink" "smartcontractkit/chainlink-solana")
# Define the title pattern to search for
title_pattern="Bump github.com/smartcontractkit/chainlink-testing-framework/lib from"
title_pattern="Bump github.com/smartcontractkit/chainlink-solana from"
echo "# Dependabot PRs for Bumping chainlink-testing-framework/lib" >> "$GITHUB_STEP_SUMMARY"
Expand Down

0 comments on commit 57d2fd3

Please sign in to comment.