Skip to content

Commit 3a7d786

Browse files
committed
4
1 parent 37e74a8 commit 3a7d786

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/myname.yml renamed to .github/workflows/awesome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414

1515
- uses: dsp-testing/github-go-script@main
1616
with:
17-
dir: .github/workflows/myname
17+
dir: .github/workflows/awesome

.github/workflows/myname/go.mod renamed to .github/workflows/awesome/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module _
22

33
go 1.19
44

5-
require github.com/dsp-testing/github-go-script v0.0.0-20230224122521-26a0372328b1
5+
require github.com/dsp-testing/github-go-script v0.0.0-20230224125130-8a52b90fb77d
66

77
require (
88
github.com/golang/protobuf v1.3.2 // indirect

.github/workflows/myname/go.sum renamed to .github/workflows/awesome/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/dsp-testing/github-go-script v0.0.0-20230224122521-26a0372328b1 h1:BYAju6a78TY8zt9reFI3mC++ipGuvlUyAhqGX0xRI/s=
2-
github.com/dsp-testing/github-go-script v0.0.0-20230224122521-26a0372328b1/go.mod h1:pMQ5ZEwvCSQ6i9qrJrlZGEWc+SlwRu7eEaWGnsxtCVM=
1+
github.com/dsp-testing/github-go-script v0.0.0-20230224125130-8a52b90fb77d h1:MemP9CEyu2gi/fQhfUWQkF/WynvFh8Gq1PR1nA8xpRA=
2+
github.com/dsp-testing/github-go-script v0.0.0-20230224125130-8a52b90fb77d/go.mod h1:pMQ5ZEwvCSQ6i9qrJrlZGEWc+SlwRu7eEaWGnsxtCVM=
33
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
44
github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs=
55
github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
File renamed without changes.

0 commit comments

Comments
 (0)