Skip to content

ci: check new filter action #13

ci: check new filter action

ci: check new filter action #13

Workflow file for this run

name: Changed-files
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: tony84727/[email protected]
id: filter
with:
filters: |
ibc:
- 'contracts/javascore/ibc/**/*'
- name: Print changed ibc files
if: steps.filter.outputs.ibc == 'true'
run: echo "Changed doc files: ${{ step.filter.outputs.ibc_files }}"

Check failure on line 21 in .github/workflows/bump-version.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bump-version.yml

Invalid workflow file

You have an error in your yaml syntax on line 21