Skip to content

Commit

Permalink
Formatting update_index.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbaumler authored Feb 18, 2024
1 parent b8d76d8 commit d24784c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
needs: [ conditional_job_check_files ]
if: ${{needs.conditional_job_check_files.outputs.docs_changed}} == 'True'
steps:
- name: Checkout Repo
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4

- name: Extract Markdown links and update index.md
run: |
Expand Down

0 comments on commit d24784c

Please sign in to comment.