Skip to content

Tags: lycheeverse/lychee-action

Tags

v2.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support ARM workers (#273)

v2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support ARM workers (#273)

v2.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump default version to latest (0.18.0) (#269)

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.17.0 (#263)

v2.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge commit from fork

v2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
don't remove the lychee config file (#255)

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Test latest lychee version tag (#236)

v1.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump lychee to 0.15.0 (#226)

v1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump lychee to 0.15.0 (#226)

v1.9.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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/lychee-action@v1.9.0
  with: 
    token: ${{ secrets.CUSTOM_TOKEN }}
```

See lycheeverse/lychee#1353