diff --git a/.github/workflows/NewActionWorkflow.yml b/.github/workflows/NewActionWorkflow.yml index 18ca2f8..22afd66 100644 --- a/.github/workflows/NewActionWorkflow.yml +++ b/.github/workflows/NewActionWorkflow.yml @@ -14,7 +14,7 @@ env: jobs: build: - runs-on: unbuntu-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -37,7 +37,7 @@ jobs: path: . deploy-to-test: - runs-on: unbuntu-latest + runs-on: ubuntu-latest needs: build if: github.event_name == 'pull_request' && github.base_ref == 'refs/heads/develop' environment: