From 7625be3649ef7dc6fc060193e65d834e220ad18e Mon Sep 17 00:00:00 2001 From: Kenton Gray Date: Fri, 3 Jun 2022 18:28:20 -0500 Subject: [PATCH] fix syntax remove duplicate key --- FunctionApp/linux-python-functionapp-on-azure.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/FunctionApp/linux-python-functionapp-on-azure.yml b/FunctionApp/linux-python-functionapp-on-azure.yml index 24bfb704..6160bf51 100644 --- a/FunctionApp/linux-python-functionapp-on-azure.yml +++ b/FunctionApp/linux-python-functionapp-on-azure.yml @@ -19,7 +19,6 @@ jobs: build-and-deploy: runs-on: ubuntu-latest environment: dev - runs-on: ubuntu-18.04 steps: - name: 'Checkout GitHub Action' uses: actions/checkout@master