diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0d852a1..cbc431b 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,4 +1,4 @@ -name: CI/CD Pipeline +name: CI/CD Pipeline #test on: push: branches: [ main ] @@ -11,7 +11,7 @@ jobs: - name: Set up Python 3.6 uses: actions/setup-python@v2 with: - python-version: 3.6 + python-version: 3 # Install Python Dependencies - name: Install dependencies @@ -48,4 +48,4 @@ jobs: --application-name application-name \ --deployment-group-name AppDeploymentGroupName \ --deployment-config-name CodeDeployDefault.OneAtATime \ - --github-location repository=${{ github.repository }},commitId=${{ github.sha }} \ No newline at end of file + --github-location repository=${{ github.repository }},commitId=${{ github.sha }}