Closed karlbrown-va closed 4 years ago
Hi @karlbrown-va
This is likely a workflow formatting issue, but I don't see anything obviously wrong with your workflow.
Check the whitespace before args
and make sure it's properly indented using spaces.
- name: Link Checker
id: lc
uses: peter-evans/link-checker@v1
with:
args: -r *
I've checked the spacing, it looks ok to me.
The issue seems to be reproduced in your repo as well (the warning here is the same as the warning I saw in my action) https://github.com/peter-evans/link-checker/actions/runs/106355340
This doesn't seem to impact behavior, it's just a minor annoyance - but I can't figure out what is causing it. Maybe the with: args:
format is no longer supported officially, and maybe it's supposed to be structured a different way?
@karlbrown-va I hadn't noticed that warning before! Thank you for pointing it out. I've fixed the issue and created a new release. The problem was that the definition for the args
input was missing from action.yml
. Fixed here: https://github.com/peter-evans/link-checker/commit/bc9495609301da345ab51ea3eeb70a2dceefa19c
I get a strange warning as follows when running this as a github action:
Then the following under 'annotations'
File is as follows:
Any idea what might be causing this?