зеркало из https://github.com/microsoft/openjdk.git
Merge pull request #417 from Marcono1234/update-workflow-actions
Update GitHub workflow actions
This commit is contained in:
Коммит
33f4585fe9
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Format crash report
|
||||
uses: actions/github-script@v5
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
const issueNumber = context.issue.number
|
||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
# Ignore pull request comments, see
|
||||
# https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#issue_comment
|
||||
if: ${{ !github.event.issue.pull_request }}
|
||||
uses: actions/github-script@v5
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
// See documentation for payload properties
|
||||
|
|
|
@ -7,12 +7,12 @@ jobs:
|
|||
check-minecraft-crash:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 16
|
||||
- run: npm install axios
|
||||
- name: Check Minecraft crash
|
||||
uses: actions/github-script@v5
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
// Strings which indicate that Minecraft is modded
|
||||
|
|
Загрузка…
Ссылка в новой задаче