We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce97c4e commit 3e47e32Copy full SHA for 3e47e32
.github/workflows/gh-actions.yml
@@ -80,6 +80,8 @@ jobs:
80
runs-on: ubuntu-latest
81
if: ${{ github.event_name != 'schedule' }}
82
steps:
83
+ - name: Checkout vscode-server-connector
84
+ uses: actions/checkout@v4
85
- name: Set Up NodeJS
86
uses: actions/setup-node@v4
87
with:
0 commit comments