Skip to content

Merge pull request #8 from JCzz/JCzz-patch-2 #16

Merge pull request #8 from JCzz/JCzz-patch-2

Merge pull request #8 from JCzz/JCzz-patch-2 #16

Workflow file for this run

name: Go
run-name: Go build 🚀
on: [push]
jobs:
deploy:
name: Hello # Properly indented 'name'
uses: dagger/dagger-for-github@v6

Check failure on line 7 in .github/workflows/go.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/go.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
verb: call
module: github.com/shykes/daggerverse/hello
args: hello --greeting Hola --name Jeremy
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}