The following doc contains external links to GitHub Actions content on docs.github.com:
For the doc listed above:
馃憢 We'll be working on this with @juliakm.
The links here look correct! However, a few things in the content itself could be updated (listed below). I opened up a PR to address them, but feel free to reject all/part of it.
For the text "2. Select Set up your workflow yourself."
For "5. Copy this workflow and replace the contents of your GitHub Actions workflow file", at first I thought it meant I should copy the text from the Azure Pipelines Action in marketplace (since I already had part of the file set up and since step 4 directed me to the marketplace entry). However, this does not work since the jobs, job.id, job.id.runs-on, and job.id.steps keys are missing.
For "6. On the Actions page, verify that your workflow ran", the workflow won't run unless it is triggered (in this case, by a push or pull request to master).
For step 6, this screenshot and text is outdated since the UI got a new refresh last week. Here are more up-to-date screenshots/text as an example: https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/viewing-workflow-run-history. (I'm not sure how to add a screenshot, so I didn't put this in the PR.)
For "If you're not going to continue to use the GitHub Action, delete the workflow with the following steps:", it might make more sense to disable to workflow instead.
Update after talking with @martin389 -- we are going to include en/free-pro-team@latest in all of the URLs to reduce redirects further. I will update the PR with this change.
Most helpful comment
馃憢 We'll be working on this with @juliakm.