From 0f4252dafadaf5edfd34587256e4fccfd1e64eab Mon Sep 17 00:00:00 2001 From: stilobique Date: Tue, 1 Feb 2022 17:45:23 +0100 Subject: [PATCH] Clear debug and unused comment --- .github/workflows/initialyse_data.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/initialyse_data.yml b/.github/workflows/initialyse_data.yml index a98c015..89dd570 100644 --- a/.github/workflows/initialyse_data.yml +++ b/.github/workflows/initialyse_data.yml @@ -18,10 +18,6 @@ on: jobs: init-release-data: - # Generate some output : - # - Tag number - # - Release draft type - name: Initialize all data about the package runs-on: ubuntu-latest outputs: @@ -76,8 +72,3 @@ jobs: echo "::set-output name=version::${tag:1}" echo "::set-output name=draft::true" fi - - - name: Debug Data - run: | - echo "show the bump config" - echo "${{ steps.bump_setup.outputs.type }}"