Skip to content

Commit

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

0 comments on commit 33b04ad

Please sign in to comment.