From 77c0eaa73137f334472bf7f87002ea0f8b62f7a1 Mon Sep 17 00:00:00 2001 From: miroslavpojer Date: Thu, 13 Jun 2024 16:07:54 +0200 Subject: [PATCH] - Changes from CI testing. --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 6ea802f9..f5a48c07 100644 --- a/action.yml +++ b/action.yml @@ -62,3 +62,7 @@ runs: run: | python3 ${{ github.action_path }}/src/release_notes_generator.py shell: bash + + - name: Call command python3 + run: python3 --version + shell: bash