Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Fickel <[email protected]>
  • Loading branch information
Juergen Fickel committed Jan 14, 2021
1 parent 4763233 commit e2bb4bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: jitterbit/get-changed-files@v1
id: the-files
continue-on-error: true
- name: Printing added files
run: |
echo "Added:"
Expand All @@ -42,4 +43,4 @@ jobs:
fi
fi
done
exit $missing_counter
exit $missing_counter

0 comments on commit e2bb4bf

Please sign in to comment.