github.com/wolfi-dev/wolfictl@v0.16.11/pkg/checks/testdata/git-checkout.yaml (about)

     1  package:
     2    name: cheese
     3    version: 6.8
     4    epoch: 2
     5    description: "a cheesy library"
     6  
     7  pipeline:
     8    - uses: git-checkout
     9      with:
    10        repository: REPLACE_ME
    11        expected-commit: foo
    12        tag: ${{package.version}}