Skip to content
Permalink

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: int128/diff-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.50.0
Choose a base ref
...
head repository: int128/diff-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.51.0
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 20, 2025

  1. Fix comment-body output (#989)

    int128 authored Feb 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c0bc874 View commit details
  2. Release v1.51.0

    github-actions committed Feb 20, 2025
    Copy the full SHA
    db6cce0 View commit details
Showing with 34,146 additions and 103 deletions.
  1. +0 −27 .github/workflows/release.yaml
  2. +0 −75 .github/workflows/ts.yaml
  3. +1 −1 .gitignore
  4. +33,502 −0 dist/index.js
  5. +1 −0 dist/index.js.map
  6. +637 −0 dist/licenses.txt
  7. +3 −0 dist/package.json
  8. +1 −0 dist/sourcemap-register.cjs
  9. +1 −0 src/main.ts
27 changes: 0 additions & 27 deletions .github/workflows/release.yaml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/ts.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -98,4 +98,4 @@ Thumbs.db
lib/

# Only release tag contains dist directory
/dist

Loading