From 54400d25f219be738afedcc0b69b58b37db3eb76 Mon Sep 17 00:00:00 2001 From: Colton Baumler <63077899+ccbaumler@users.noreply.github.com> Date: Thu, 22 Feb 2024 06:46:19 -0800 Subject: [PATCH] Update update_index.yaml --- .github/workflows/update_index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_index.yaml b/.github/workflows/update_index.yaml index 2729235..d8cc777 100644 --- a/.github/workflows/update_index.yaml +++ b/.github/workflows/update_index.yaml @@ -37,7 +37,7 @@ jobs: conditional_update_index_job: runs-on: 'ubuntu-20.04' needs: [ conditional_job_check_files ] - if: ${{ needs.conditional_job_check_files.docs_changed == 'True' }} + if: ${{ needs.conditional_job_check_files.outputs.docs_changed == 'True' }} steps: - name: Checkout repository uses: actions/checkout@v4