diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-25 21:03:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 21:03:04 +0300 |
commit | da536e1feb2063e6d0cdaf240cd83bd859c57d16 (patch) | |
tree | 31c6c6632d7c7616672a4e0681de717b7bee1abf | |
parent | 66930fc137900175815b338690144b6eb7134053 (diff) |
it was renamed
-rw-r--r-- | .github/workflows/test-manual.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/test.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-manual.yaml b/.github/workflows/test-manual.yaml index 30b0d50..e338099 100644 --- a/.github/workflows/test-manual.yaml +++ b/.github/workflows/test-manual.yaml @@ -18,4 +18,4 @@ jobs: - uses: actions/checkout@v2 - name: " Testing '${{ github.event.inputs.features }}' against '${{ github.event.inputs.baseImage }}'" - run: npx --yes ./dev-containers-cli-0.3.0.tgz features-test -f ${{ github.event.inputs.features }} -i ${{ github.event.inputs.baseImage }} -d `pwd` + run: npx --yes ./devcontainers-cli-0.3.0.tgz features-test -f ${{ github.event.inputs.features }} -i ${{ github.event.inputs.baseImage }} -d `pwd` diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 66778ac..60248de 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,4 +17,4 @@ jobs: - uses: actions/checkout@v2 - name: " Testing '${{ matrix.features }}' against '${{ matrix.baseImage }}'" - run: npx --yes ./dev-containers-cli-0.3.0.tgz features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} -c `pwd` + run: npx --yes ./devcontainers-cli-0.3.0.tgz features test -f ${{ matrix.features }} -i ${{ matrix.baseImage }} -c `pwd` |