[Remote-SSH Bug]: Can not download vscode server for aarch64 Linux on commit 863d2581ecda6849923a2118d93a088b0745d9d6 #32572
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Commands | |
on: | |
issue_comment: | |
types: [created] | |
# also make changes in ./on-label.yml | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Actions | |
uses: actions/checkout@v2 | |
with: | |
repository: 'microsoft/vscode-github-triage-actions' | |
path: ./actions | |
ref: stable | |
- name: Install Actions | |
run: npm install --production --prefix ./actions | |
- name: Run Commands | |
uses: ./actions/commands | |
with: | |
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}} | |
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}} | |
config-path: commands |