From 33b04ad5e4fe1e20f9de5d11c032849b9d457b1b Mon Sep 17 00:00:00 2001 From: Deepak Bomjan Date: Thu, 14 Sep 2023 12:21:16 +0545 Subject: [PATCH] ci: correct syntax --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index abb5a44b8..faac41ceb 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -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 }}" \ No newline at end of file + echo "Changed doc files: ${{ steps.filter.outputs.ibc_files }}" \ No newline at end of file