diff --git a/config.yml b/config.yml index fc9eee1..71f6230 100644 --- a/config.yml +++ b/config.yml @@ -266,7 +266,7 @@ steps: file: .github/workflows/node.js.yml body: 07_add-windows.md data: - fileUrl: "%payload.repository.html_url%/edit/%payload.pull_request.head.ref%/.github/workflows/nodejs.yml?pr=/%payload.repository.full_name%/pull/%payload.number%" + fileUrl: "%payload.repository.html_url%/edit/%payload.pull_request.head.ref%/.github/workflows/node.js.yml?pr=/%payload.repository.full_name%/pull/%payload.number%" store: node_version_pr: "{{ payload.pull_request.html_url }}" diff --git a/responses/07_add-windows.md b/responses/07_add-windows.md index a454d34..0e20797 100644 --- a/responses/07_add-windows.md +++ b/responses/07_add-windows.md @@ -12,7 +12,7 @@ You can follow the suggestion, or manually make the changes in the numbered inst node-version: [8.x, 10.x] ``` -1. Edit the workflow config at [`.github/workflows/nodejs.yml`]({{ fileUrl }}) +1. Edit the workflow config at [`.github/workflows/node.js.yml`]({{ fileUrl }}) 2. Add an `os` field to the `strategy.matrix` section of your workflow 3. Add `ubuntu-latest` and `windows-2016` to the target operating systems 4. Commit your workflow changes to this branch.