Skip to content

Commit

Permalink
ci: check new filter action
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Sep 14, 2023
1 parent 9589105 commit 3becb28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
- 'contracts/javascore/ibc/**/*'
- name: Print changed ibc files
if: steps.filter.outputs.ibc == 'true'
run: echo "Changed doc files: ${{ step.filter.outputs.ibc_files }}"
run: |
echo "Changed doc files: ${{ step.filter.outputs.ibc_files }}"

0 comments on commit 3becb28

Please sign in to comment.