Skip to content

Commit

Permalink
#25 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 25, 2024
1 parent 5abb2b2 commit 96eeb59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

set -x
set -e
set -o pipefail

cd "${GITHUB_WORKSPACE-/w}"
cd "${INPUT_PATH-.}"

tlmgr option repository ctan
tlmgr --verify-repo=none update --self
Expand All @@ -40,5 +40,6 @@ if [ -n "${names}" ]; then
tlmgr --verify-repo=none update ${names}
fi

cd "${INPUT_PATH-.}"
ls -al
${INPUT_CMD} ${INPUT_OPTS}

0 comments on commit 96eeb59

Please sign in to comment.