Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit ecbb4ca

Browse files
committed
Move to dummy/dummy_without_vendor
1 parent 5c1e5b5 commit ecbb4ca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- name: Run go-mod-tidy-pr
18+
- name: Run go-mod-tidy-pr (dummy/dummy_without_vendor)
1919
uses: ./
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -24,7 +24,7 @@ jobs:
2424
reviewer: sue445
2525
assign: sue445
2626
labels: go-mod-tidy
27-
go_mod_directory: dummy
27+
go_mod_directory: dummy/dummy_without_vendor
2828
debug: "true"
2929
timezone: Asia/Tokyo
3030

dummy/go.mod renamed to dummy/dummy_without_vendor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/sue445/go-mod-tidy-pr-action/dummy
1+
module github.com/sue445/go-mod-tidy-pr-action/dummy/dummy_without_vendor
22

33
go 1.13
44

File renamed without changes.

dummy/main.go renamed to dummy/dummy_without_vendor/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package dummy
1+
package dummy_without_vendor
22

33
import (
44
_ "github.com/aws/aws-sdk-go/aws"

0 commit comments

Comments
 (0)