githubtraining / using-github-actions-for-ci

Course repository for "GitHub Actions: Continuous Integration"
https://lab.github.com/githubtraining/github-actions:-continuous-integration
Creative Commons Attribution 4.0 International
3 stars 16 forks source link

Suggested changes no longer match diff #47

Open hectorsector opened 4 years ago

hectorsector commented 4 years ago

Bug Report

Current behavior The starter workflow for Node.js is different (some prior history in #41 and #42), and some of the "copy and paste" workflows throughout the course use the older versions.

Reproduction Steps to reproduce the behavior in the course:

  1. Join the course
  2. Whenever you see a "copy and paste" workflow, use that.
  3. Notice two bugs when you work this way: commit suggestions no longer match line numbers, and the copy-and-paste workflows are a complete mismatch from what's on the diff.

Expected behavior The copy-and-paste workflows should match the starter workflow as much as possible.

Possible solution

Additional context Screen Shot 2020-07-30 at 12 28 24 PM