mirror of
https://github.com/actions/node-versions.git
synced 2025-01-11 02:25:19 +00:00
Update helpers
This commit is contained in:
parent
47471a527c
commit
02194c5c42
1
.github/workflows/build-node-packages.yml
vendored
1
.github/workflows/build-node-packages.yml
vendored
@ -33,7 +33,6 @@ jobs:
|
||||
submodules: true
|
||||
|
||||
- name: Build Node.js ${{ env.VERSION }}
|
||||
shell: pwsh
|
||||
run: |
|
||||
./builders/build-node.ps1 -Version $env:VERSION `
|
||||
-Platform ${{ matrix.platform }}
|
||||
|
7
.github/workflows/create-pr.yml
vendored
7
.github/workflows/create-pr.yml
vendored
@ -1,6 +1,11 @@
|
||||
name: Create Pull Request
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: pwsh
|
||||
|
||||
jobs:
|
||||
create_pr:
|
||||
name: Create Pull Request
|
||||
@ -11,14 +16,12 @@ jobs:
|
||||
submodules: true
|
||||
|
||||
- name: Create versions-manifest.json
|
||||
shell: pwsh
|
||||
run: |
|
||||
./helpers/packages-generation/manifest-generator.ps1 -RepositoryFullName "$env:GITHUB_REPOSITORY" `
|
||||
-GitHubAccessToken "${{secrets.GITHUB_TOKEN}}" `
|
||||
-OutputFile "./versions-manifest.json" `
|
||||
-ConfigurationFile "./config/node-manifest-config.json"
|
||||
- name: Create GitHub PR
|
||||
shell: pwsh
|
||||
run: |
|
||||
$formattedDate = Get-Date -Format "MM/dd/yyyy"
|
||||
./helpers/github/create-pull-request.ps1 `
|
||||
|
2
helpers
2
helpers
@ -1 +1 @@
|
||||
Subproject commit 68072bedefb41436c6b70ddfa9adb8e631a3b6cf
|
||||
Subproject commit 3b38e3de4c5e4bc75f5dee12b5bb8dbffe35c562
|
Loading…
Reference in New Issue
Block a user