From 804ee0d7b721f0f808b5ca472910adddf5a4e5e2 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Wed, 31 Jan 2024 22:40:43 -0500 Subject: [PATCH] Trying To Run Commands With `ash` --- .forgejo/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 11c5a8e..5504916 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -10,7 +10,7 @@ jobs: runs-on: docker steps: - name: Install node - shell: /bin/ash + shell: ash -e {0} run: apk add --update nodejs - name: Check out the repo uses: actions/checkout@v4