fix: bug force pushing commits after a rebase (#583)

This commit is contained in:
Tonye Jack
2022-08-17 15:46:38 -06:00
committed by GitHub
parent 257f37d700
commit 5e56dcabdd
2 changed files with 8 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
## changed-files
Retrieve all changed files and directories relative to the target branch (`pull_request*` based events) or the last remote commit (`push` based event) returning the **absolute path** to all changed files and directories from root of the project.
Retrieve all changed files and directories relative to the target branch (`pull_request*` based events) or the last remote commit (`push` based event) returning the **absolute path** to all changed files and directories from the project root.
## Features