Skip to content

Commit

Permalink
Force CI to build new image
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mikusa <[email protected]>
  • Loading branch information
Daniel Mikusa committed Oct 20, 2021
1 parent d3190df commit 07ab0c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/cf-java-index-dependency/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import (
func main() {
inputs := actions.NewInputs()

// same repository_root as documented here: https://github.com/cloudfoundry/java-buildpack/blob/main/docs/extending-repositories.md
repositoryRoot, ok := inputs["repository_root"]
if !ok {
panic(fmt.Errorf("repository_root must be specified"))
Expand Down

0 comments on commit 07ab0c3

Please sign in to comment.