Skip to content

Commit

Permalink
wip3
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Aug 8, 2023
1 parent 53f301d commit 32674ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-bundle-to-charmhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
with:
fetch-depth: 0

- name:
id: changed-files-yaml
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v37

- name:
- name: Echo files
run: |
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
Expand Down

0 comments on commit 32674ef

Please sign in to comment.