Skip to content

Windows - The script files in path C:\Users\{user}\.espressif\python_env\idf5.3_py3.11_env\Scripts will report an error when executed in ESP-IDF Terminal (VSC-1489) #3918

Windows - The script files in path C:\Users\{user}\.espressif\python_env\idf5.3_py3.11_env\Scripts will report an error when executed in ESP-IDF Terminal (VSC-1489)

Windows - The script files in path C:\Users\{user}\.espressif\python_env\idf5.3_py3.11_env\Scripts will report an error when executed in ESP-IDF Terminal (VSC-1489) #3918

Workflow file for this run

name: Sync issues to Jira
# This workflow will be triggered when a new issue is opened
on: issues
jobs:
sync_issues_to_jira:
name: Sync issues to Jira
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Sync GitHub issues to Jira project
uses: espressif/github-actions/sync_issues_to_jira@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JIRA_URL: ${{ secrets.JIRA_URL }}
JIRA_PROJECT: VSC
JIRA_COMPONENT: GH
JIRA_USER: ${{ secrets.JIRA_USER }}
JIRA_PASS: ${{ secrets.JIRA_PASS }}