79282821

Date: 2024-12-15 17:38:57
Score: 4.5
Natty:
Report link

By rewriting my article I found out that removing the following comment, from:

      - name: Copy over new files
        run: |
            # Whitelist of all publishable wiki articles
            cp index.md $content
            # more publishable markdown files...

to

      - name: Copy over new files
        run: |
            # Whitelist of all publishable wiki articles
            cp index.md $content

I could get it to work. I suppose the dots (...) at the end of the line where the issue. Can anyone provide some more information regarding this?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can anyone provide some
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: hmaier