Skip to content

Commit

Permalink
fix(CI): revert back change which references not existing branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
dobairoland authored Dec 19, 2024
1 parent b4e194a commit 578d757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
build-installer-ide:
name: Build IDE Installer
if: inputs.installer_type == 'espressif-ide'
uses: espressif/idf-installer/.github/workflows/build-espressif-ide-installer.yml@fix/ide_installer_upload # TODO change !!!
uses: espressif/idf-installer/.github/workflows/build-espressif-ide-installer.yml@main
with:
esp_idf_version: ${{ inputs.esp_idf_version }}
espressif_ide_version: ${{ inputs.espressif_ide_version }}
Expand Down Expand Up @@ -120,4 +120,4 @@ jobs:
branch: 'release-${{ env.INSTALLER_TYPE }}${{ env.ESP_IDF_VERSION }}-installer'
delete-branch: true
base: 'main'
reviewers: georgik, jakub-kocka
reviewers: georgik, jakub-kocka

0 comments on commit 578d757

Please sign in to comment.