lockdelta 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/action.yml CHANGED
@@ -20,7 +20,7 @@ inputs:
20
20
  pr-number:
21
21
  description: >
22
22
  GitHub PR number. Uses the PR's exact base and head commit SHAs via the gh CLI,
23
- which avoids branch timing issues. Set to ${{ github.event.pull_request.number }}.
23
+ which avoids branch timing issues. Typically set to github.event.pull_request.number.
24
24
  required: false
25
25
  repo:
26
26
  description: >