Browse Source

redefine entrypoint argument

Lennart Wittkuhn 1 year ago
parent
commit
3ef9b1bdec
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/main.yml

+ 1 - 2
.github/workflows/main.yml

@@ -8,8 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     container:
       image: lennartwittkuhn/datalad:0.17.6
-      with:
-        entrypoint: /bin/sh
+      options: --entrypoint /bin/sh
     steps:
       - name: Install and Build
         run: |