From 70132c0da45aad6a162e8da536e424915f9508f2 Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:09:23 +0800 Subject: [PATCH] fix: Remove debug echos --- .github/workflows/call.github_release.yml | 6 ------ .github/workflows/call.platform_uploads.yml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.github/workflows/call.github_release.yml b/.github/workflows/call.github_release.yml index 7a3c5d47..9d123b66 100644 --- a/.github/workflows/call.github_release.yml +++ b/.github/workflows/call.github_release.yml @@ -30,12 +30,6 @@ jobs: release_created: ${{ steps.release.outputs.release_created }} tag_name: ${{ steps.release.outputs.tag_name }} steps: - - name: Echo inputs - run: | - echo "release_mode: ${{ inputs.release_mode }}" - echo "version_bump: ${{ inputs.version_bump }}" - echo "promote_from: ${{ inputs.promote_from }}" - - uses: actions/checkout@v3 with: ref: ${{ inputs.promote_from }} diff --git a/.github/workflows/call.platform_uploads.yml b/.github/workflows/call.platform_uploads.yml index 967f151f..27f2463a 100644 --- a/.github/workflows/call.platform_uploads.yml +++ b/.github/workflows/call.platform_uploads.yml @@ -52,12 +52,6 @@ jobs: echo "release_type=Release" >> $GITHUB_OUTPUT fi - - name: echo params - run: | - echo "upload_modrinth: ${{ inputs.upload_modrinth }}" - echo "upload_dbo: ${{ inputs.upload_dbo }}" - echo "release_type: ${{ steps.parse-release-type.outputs.release_type }}" - - name: Upload to Modrinth if: ${{ !cancelled() || inputs.upload_modrinth == 'true' }} uses: benwoo1110/modrinth-upload-action@v1