From 845e9a99879343172664eda8cde83b7a9d4299bd Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sat, 3 Feb 2024 19:30:06 -0500 Subject: [PATCH] Was I Using It Wrong? --- .forgejo/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index d3a700b..ffd97be 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -17,7 +17,8 @@ jobs: steps: - name: Test New Thing uses: https://github.com/moosetheory/actions-docker-extract@v3.1 - shell_command: /bin/ash -e + with: + shell_command: /bin/ash -e # - name: Install docker # shell: /bin/ash -e {0} # run: apk add --update docker git