Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass custom
token
as input argument to action (#222)
This was an oversight when adding a custom `token` argument. As a consequence, this doesn't work as expected: ```yaml - uses: lycheeverse/[email protected] with: token: ${{ secrets.CUSTOM_TOKEN }} ``` See lycheeverse/lychee#1353
- Loading branch information