From 6ad06c57030365284aac42e2c34a2382161d3df6 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Mon, 29 May 2023 16:06:03 -0400 Subject: [PATCH] Fix lychee exit code check --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b339f3..e987476 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,4 +20,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Check lychee exit code - run: exit ${{ steps.lychee.outputs.exit_code }} + run: exit ${lychee_exit_code}