Skip to content

Commit

Permalink
wip6
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Aug 9, 2023
1 parent f840aad commit b8d6ec9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-bundle-to-charmhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ jobs:

- name: Get releases affected
id: get-releases-affected
run: python .github/workflows/test.py ${{ steps.changed-files.outputs.all_changed_files }}
run: |
python .github/workflows/test.py ${{ steps.changed-files.outputs.all_changed_files }}
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
python .github/workflows/test.py $file
done
# run: bash .github/workflows/get-releases
# for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
# echo "$file was changed"
Expand Down

0 comments on commit b8d6ec9

Please sign in to comment.