Pass full action repo URL
Some checks failed
/ test (push) Failing after 14s

This commit is contained in:
Andrea Fazzi 2024-11-10 15:28:26 +01:00
parent f40eb54c62
commit 90ddccb8af

View file

@ -3,8 +3,8 @@ jobs:
test: test:
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/checkout@v4 - uses: code.forgejo.org/actions/checkout@v4
- uses: actions/setup-go@v5 - uses: code.forgejo.org/actions/setup-go@v5
with: with:
go-version: '1.16.1' # The Go version to download (if necessary) and use. go-version: '1.16.1' # The Go version to download (if necessary) and use.
- run: go run hello.go - run: go run hello.go