diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index 21146a68a..d5f678a39 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -34,7 +34,7 @@ jobs: os: ${{ steps.os.outputs.list }} database: ${{ steps.database.outputs.list }} components: ${{ steps.components.outputs.list }} - is_default_branch: ${{ steps.branch_info.outputs.is_default }} + current_branch: ${{ steps.branch_info.outputs.current_branch }} steps: - name: Checkout repository uses: actions/checkout@v2.3.4 diff --git a/.github/workflows/images_build_windows.yml b/.github/workflows/images_build_windows.yml index e3369200e..3897e56fe 100644 --- a/.github/workflows/images_build_windows.yml +++ b/.github/workflows/images_build_windows.yml @@ -34,7 +34,7 @@ jobs: outputs: os: ${{ steps.os.outputs.list }} components: ${{ steps.components.outputs.list }} - is_default_branch: ${{ steps.branch_info.outputs.is_default }} + current_branch_branch: ${{ steps.branch_info.outputs.current_branch }} steps: - name: Checkout repository uses: actions/checkout@v2.3.4