Update issues2md.yml

This commit is contained in:
milahu 2022-07-09 11:18:23 +02:00 committed by GitHub
parent beffc760b0
commit 1a6c32c653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ jobs:
with:
packages: pandoc
script: |
pandoc --version
pandoc --version || true
find $GH2MD_OUTPUT_PATH -name '*.ghmd' -type f | while read f
do
b="${f%.*}"