Skip to content

Commit

Permalink
fix(.github/workflow/check*): checkout to dev before the checks
Browse files Browse the repository at this point in the history
This prevents the issue creation when run after a merge into a different
branch than the default one
  • Loading branch information
Wabri committed Apr 9, 2024
1 parent aa373d9 commit e71768c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_outdated_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Check out the code
uses: actions/checkout@main
with:
ref: "dev"

- name: Check workflow dependencies
uses: ./workflows/check_outdate_deps
Expand Down

0 comments on commit e71768c

Please sign in to comment.