Skip to content

Commit

Permalink
Merge pull request #11 from rudderlabs/ci/update_check-outdated-pod
Browse files Browse the repository at this point in the history
ci: update check-outdated-pod github action
  • Loading branch information
1abhishekpandey committed Dec 6, 2023
2 parents 4d68d9b + 516dbbd commit f87e1c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manage-github-issue-for-outdated-pods.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Check outdate pod and create issue

on:
on:
schedule:
- cron: '0 0 * * 1'
- cron: "0 0 * * 1"
workflow_dispatch:

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
id: check-outdated-pods-and-create-issue
uses: rudderlabs/github-action-updated-pods-notifier@main
with:
outdated-pod-names: "Branch"
outdated-pod-names: "BranchSDK"
directory: "Example"
title: "fix: update Branch SDK to the latest version"
assignee: "desusai7"
Expand Down

0 comments on commit f87e1c8

Please sign in to comment.