Skip to content

Commit

Permalink
moved the package to a new folder
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed Jun 17, 2024
1 parent 086c86b commit a6edbb0
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
go-version: '^1.22.3'

- name: build the binary
working-directory: cmd
working-directory: cmd/github-project-update-dispatch
run: |
go get -d
go build -v -o ../proj-trigger .
go build -v -o ../../proj-trigger .
- name: trigger updated projects
env:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/go.mod → cmd/github-project-update-dispatch/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cncf-tags/green-reviews-tooling
module github.com/cncf-tags/green-reviews-tooling/cmd/github-project-update-dispatch

go 1.22.3

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a6edbb0

Please sign in to comment.