From b923c4f2420efd20e3bfca19827fe997f07a16f7 Mon Sep 17 00:00:00 2001 From: miroslavpojer Date: Thu, 13 Jun 2024 16:09:12 +0200 Subject: [PATCH] - Changes from CI testing. --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index f5a48c07..3c6487e3 100644 --- a/action.yml +++ b/action.yml @@ -45,6 +45,10 @@ runs: python3 -m pip install -r ${{ github.action_path }}/requirements.txt shell: bash + - name: Call command python3 + run: python3 --version + shell: bash + - name: Call Release Notes Generator id: release-notes-generator env: @@ -62,7 +66,3 @@ runs: run: | python3 ${{ github.action_path }}/src/release_notes_generator.py shell: bash - - - name: Call command python3 - run: python3 --version - shell: bash