-
-
Notifications
You must be signed in to change notification settings - Fork 55
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: lycheeverse/lychee-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: lycheeverse/lychee-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 6 files changed
- 2 contributors
Commits on Nov 10, 2022
-
Use random tempfile for
LYCHEE_TMP(#173)* Use random tempfile for `LYCHEE_TMP` This prevents output overlapping when running lychee multiple times. Note that the final output file remains unchanged. This is on purpose because when executing lychee multiple times within the same workflow, the output of all runs will be concatenated. To prevent that you can set a different output path for both runs: ```yaml - uses: lycheeverse/lychee-action@master with: args: '<some args> -- <file1>' output: run1.md fail: true jobSummary: true - uses: lycheeverse/lychee-action@master with: args: '<some args> -- <file2>' output: run2.md fail: true jobSummary: true ``` * Remove unnecessary call to create temp dir mktemp makes sure it existsConfiguration menu - View commit details
-
Copy full SHA for 27f5c8f - Browse repository at this point
Copy the full SHA 27f5c8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b758e2b - Browse repository at this point
Copy the full SHA b758e2bView commit details
Commits on Dec 13, 2022
-
Bump actions/checkout from 3.1.0 to 3.2.0 (#175)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93ea575...755da8c) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db58122 - Browse repository at this point
Copy the full SHA db58122View commit details
Commits on Jan 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1793b0f - Browse repository at this point
Copy the full SHA 1793b0fView commit details -
Bump actions/checkout from 2 to 3 (#177)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ed29d11 - Browse repository at this point
Copy the full SHA ed29d11View commit details
Commits on Feb 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c36afe - Browse repository at this point
Copy the full SHA 3c36afeView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.5.4...v1.6.0