Skip to content

Commit

Permalink
trigger on push
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 13, 2024
1 parent 9231c76 commit e15a144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependabot-consumers-summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Print Consumers Dependabot Updates

on:
workflow_dispatch:
push:

jobs:
find_dependabot_prs:
Expand All @@ -14,7 +15,7 @@ jobs:
- name: Find Dependabot PRs
run: |

Check failure on line 16 in .github/workflows/dependabot-consumers-summary.yaml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/dependabot-consumers-summary.yaml#L16

shellcheck reported issue in this script: SC2086:info:10:34: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/dependabot-consumers-summary.yaml:16:9: shellcheck reported issue in this script: SC2086:info:10:34: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 16 in .github/workflows/dependabot-consumers-summary.yaml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/dependabot-consumers-summary.yaml#L16

shellcheck reported issue in this script: SC2086:info:11:27: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/dependabot-consumers-summary.yaml:16:9: shellcheck reported issue in this script: SC2086:info:11:27: Double quote to prevent globbing and word splitting [shellcheck]
# Define the list of repositories
repos=("owner/repo1" "owner/repo2" "owner/repo3")
repos=("smartcontractkit/chainlink" "smartcontractkit/chainlink-solana")
# Define the title pattern to search for
title_pattern="Bump github.com/smartcontractkit/chainlink-testing-framework/lib from"
Expand Down

0 comments on commit e15a144

Please sign in to comment.