From 92b990221dd2e24d8fa6a0db8ddbbe6ec7b1dc2c Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Thu, 8 Aug 2024 22:55:50 +0100 Subject: [PATCH] Surround in quotes (#246) --- actions/github-pages/quarto/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/github-pages/quarto/action.yml b/actions/github-pages/quarto/action.yml index 70af0c0..e0dd5f9 100644 --- a/actions/github-pages/quarto/action.yml +++ b/actions/github-pages/quarto/action.yml @@ -27,7 +27,7 @@ runs: - name: Install dependencies shell: bash - run: python -m pip install -r ${{ inputs.requirements-txt }} + run: python -m pip install -r "${{ inputs.requirements-txt }}" - name: Set up Quarto # yamllint disable-line rule:line-length