account for markdown files (#11051)
This commit is contained in:
parent
4146eea4fe
commit
8c54bcde9e
|
|
@ -86,7 +86,7 @@ jobs:
|
||||||
gem install awesome_bot
|
gem install awesome_bot
|
||||||
- name: Set output
|
- name: Set output
|
||||||
id: set-output
|
id: set-output
|
||||||
run: echo "FILENAME=$(echo ${{ matrix.file }} | grep -oE '[a-zA-Z0-9_-]+\.yml')" >> "$GITHUB_OUTPUT"
|
run: echo "FILENAME=$(echo ${{ matrix.file }} | grep -oE '[a-zA-Z0-9_-]+(\.yml|\.md)')" >> "$GITHUB_OUTPUT"
|
||||||
- name: "Check URLs of file: ${{ matrix.file }}"
|
- name: "Check URLs of file: ${{ matrix.file }}"
|
||||||
run: |
|
run: |
|
||||||
awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true;
|
awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue