Skip to content

Commit

Permalink
- Changes from CI testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Jun 13, 2024
1 parent 77c0eaa commit b923c4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit b923c4f

Please sign in to comment.