diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 07b542e..813cacb 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -10,7 +10,7 @@ env: ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }} ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }} ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }} - AZURE_FUNCTIONAPP_NAME: ${{ secrets.AZURE_FUNCTIONAPP_NAME }} # set this to your application's name + AZURE_FUNCTIONAPP_NAME: ${{ secrets.AZURE_FUNCTIONAPP_NAME }} AZURE_FUNCTIONAPP_PACKAGE_PATH: "function/" NODE_VERSION: "20" PYTHON_VERSION: "3.9" @@ -43,7 +43,6 @@ jobs: function: runs-on: ubuntu-latest - jobs: "apply" steps: - uses: actions/checkout@v3 - name: Get Publish Profile