actions-workflow-samples icon indicating copy to clipboard operation
actions-workflow-samples copied to clipboard

Fix two runs-on on GH Action sample

Open ianychoi opened this issue 3 years ago • 1 comments

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

ianychoi avatar Mar 23 '22 08:03 ianychoi

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 .

ianychoi avatar Mar 23 '22 15:03 ianychoi