From cfe50e79684f14b88e46f4ec9d0e171539cb84fb Mon Sep 17 00:00:00 2001 From: Alexande B Date: Sat, 5 Aug 2023 00:18:38 +0200 Subject: [PATCH] Run fix_eps_input_autorotate_param.py with sudo --- inkscape-setup-action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inkscape-setup-action/action.yml b/inkscape-setup-action/action.yml index 07587bb..1ef2c76 100644 --- a/inkscape-setup-action/action.yml +++ b/inkscape-setup-action/action.yml @@ -33,5 +33,5 @@ runs: # https://github.com/metanorma/metanorma-cli/issues/309 - name: Update eps_input.inx to allow noninteractive EPS processing - run: python ${GITHUB_ACTION_PATH//\\//}/fix_eps_input_autorotate_param.py + run: sudo python ${GITHUB_ACTION_PATH//\\//}/fix_eps_input_autorotate_param.py shell: bash