mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Print vscode_branch
This commit is contained in:
parent
705e60fbf9
commit
495aa7f860
1 changed files with 4 additions and 0 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -32,6 +32,10 @@ jobs:
|
||||||
node ./monaco-editor/.github/workflows/publish/computeState.js "${{github.event_name}}" "${{github.event.inputs.nightly}}"
|
node ./monaco-editor/.github/workflows/publish/computeState.js "${{github.event_name}}" "${{github.event.inputs.nightly}}"
|
||||||
# outputs: version, vscode_branch, skip_monaco_editor_core, skip_monaco_editor
|
# outputs: version, vscode_branch, skip_monaco_editor_core, skip_monaco_editor
|
||||||
|
|
||||||
|
- name: Print state
|
||||||
|
run: |
|
||||||
|
echo ${{ steps.state.outputs.vscode_branch }}
|
||||||
|
|
||||||
- name: (vscode) checkout
|
- name: (vscode) checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue