Replace /compare with /commits to fetch the last diff

This commit is contained in:
Luis G. Valle
2021-08-17 08:10:04 +02:00
parent 12e626ea05
commit c159a716fd
2 changed files with 2 additions and 11 deletions

View File

@@ -12,10 +12,6 @@ inputs:
description: "The path to the repository where the action will be used, e.g. 'alstr/my-repo' (automatically set)"
required: true
default: "${{ github.repository }}"
BEFORE:
description: "The SHA of the last pushed commit (automatically set)"
required: true
default: "${{ github.event.before }}"
SHA:
description: "The SHA of the latest commit (automatically set)"
required: true