Skip to content

Commit

Permalink
Added step to checkout repo in automatic_merge.yml that was causing a…
Browse files Browse the repository at this point in the history
…n error. (#869)
  • Loading branch information
atteggiani committed Jan 20, 2025
1 parent 0e056b2 commit cc3bca2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/automatic_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@master

- name: Check links
uses: ./.github/workflows/check_links.yml

Expand Down

0 comments on commit cc3bca2

Please sign in to comment.