diff --git a/.github/workflows/call2.yaml b/.github/workflows/call2.yaml index cd89c42..0022115 100644 --- a/.github/workflows/call2.yaml +++ b/.github/workflows/call2.yaml @@ -46,11 +46,11 @@ jobs: - name: FooBar run: ${{ inputs.cmd }} cont-test: - runs-on: ${{ inputs.machine }} - container: - image: ${{ inputs.image }} - options: --cpus 1 --memory 2G - steps: - - name: echo hello - run: echo hello + runs-on: ${{ inputs.machine }} + container: + image: ${{ inputs.image }} + options: --cpus 1 --memory 2G + steps: + - name: echo hello + run: echo hello