Skip to content

Commit

Permalink
make sure the github sha is present for workflow dispatch events.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 19, 2021
1 parent 20a9990 commit 0510b24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/golang/mock v1.4.4
github.com/kvz/logstreamer v0.0.0-20201023134116-02d20f4338f5 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/packagrio/go-common v0.0.2
github.com/packagrio/go-common v0.0.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/urfave/cli v1.22.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ github.com/packagrio/go-common v0.0.1 h1:ZKtEx6vkiYozQGPRK9MbmkbkuLxhebb58p+W2SB
github.com/packagrio/go-common v0.0.1/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28=
github.com/packagrio/go-common v0.0.2 h1:aP2iM01AZOBy8V/PoDLONzn5/1G/oz+H9lnwsHQewic=
github.com/packagrio/go-common v0.0.2/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28=
github.com/packagrio/go-common v0.0.3 h1:g34Xf88WRRGxHT8t1cCRfaDdUgEcxqNpYIm0a1HD6yE=
github.com/packagrio/go-common v0.0.3/go.mod h1:FP3yg500eI/khJdj+AjnbhlHdpsbbyT85hquoxe/N28=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
Expand Down

0 comments on commit 0510b24

Please sign in to comment.