mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-20 05:23:31 +01:00
ci: fix inputs for workflow dispatches
This commit is contained in:
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: github.event.inputs.ref || ''
|
ref: ${{ github.event.inputs.ref || '' }}
|
||||||
|
|
||||||
- name: Install node.js v16
|
- name: Install node.js v16
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user