mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 03:24:40 -07:00
fix uses for embedded action in nightly build
The uses option requires a path that start with . for local files Signed-off-by: R.I.Pienaar <rip@devco.net>
This commit is contained in:
2
.github/workflows/rc_nightly.yaml
vendored
2
.github/workflows/rc_nightly.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
path: src/github.com/nats-io/nats-server
|
||||
ref: main
|
||||
|
||||
- uses: src/github.com/nats-io/nats-server/.github/actions/nightly-release
|
||||
- uses: ./src/github.com/nats-io/nats-server/.github/actions/nightly-release
|
||||
with:
|
||||
go: "1.19"
|
||||
label: nightly-main
|
||||
|
||||
Reference in New Issue
Block a user