Skip to content

Commit

Permalink
Merge pull request #58 from reviewdog/fix-depup-workflow
Browse files Browse the repository at this point in the history
fix depup workflow
  • Loading branch information
shogo82148 authored Jun 28, 2024
2 parents 7ee91d0 + dc3b52e commit b72e164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/depup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- cron: '14 14 * * *' # Runs at 14:14 UTC every day
repository_dispatch:
types: [depup]
workflow_dispatch:

jobs:
reviewdog:
Expand All @@ -14,7 +15,7 @@ jobs:
id: depup
with:
file: action.yml
version_name: REVIEWDOG_VERSION
version_name: reviewdog_version
repo: reviewdog/reviewdog

- name: Create Pull Request
Expand Down

0 comments on commit b72e164

Please sign in to comment.