Azure / actions-workflow-samples

Help developers to easily get started with GitHub Action workflows to deploy to Azure
https://github.com/Azure/actions
MIT License
453 stars 623 forks source link

Fix two runs-on on GH Action sample #99

Open ianychoi opened 2 years ago

ianychoi commented 2 years ago

There are two runs-on lines which generates a syntax error. Removing old ubuntu-18.04 which would be deprecated soon in future.

ianychoi commented 2 years ago

Hi @kaverma and @N-Usha, may I ask you to review this PR although I see that it is DUP of https://github.com/Azure/actions-workflow-samples/pull/92 which it could not get attention for 3 months? This sample yaml file is referenced on https://github.com/marketplace/actions/azure-functions-action and it looks like that some auto/manual merge stuff resulted to two "runs-on" parts on the same yaml file like https://github.com/Azure/actions-workflow-samples/commit/4e3c5645f717f75a0267cf0ec5349f3f36d21b05 .