File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 contents : read
1111 packages : write
1212 runs-on : ubuntu-latest
13- strategy :
14- matrix :
15- binary :
16- - go-cli-github
1713 steps :
1814 - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1915 with :
Original file line number Diff line number Diff line change 6363 # ... build and release steps here
6464```
6565
66+ For a fully-functional example, see the [ release workflow of this repository] ( https://github.com/smlx/ccv/blob/main/.github/workflows/release.yaml ) .
67+
6668### Example: read-only
6769
6870You can also check the tag your PR will generate by running with ` write-tag: false ` . Note that the permissions on this job are read-only.
@@ -102,6 +104,8 @@ new-tag=true
102104new-tag-version=v0.16.0
103105```
104106
107+ For a fully-functional example, see the [ build workflow of this repository] ( https://github.com/smlx/ccv/blob/main/.github/workflows/build.yaml ) .
108+
105109## Use locally
106110
107111Download the latest [ release] ( https://github.com/smlx/ccv/releases ) on github, or:
Original file line number Diff line number Diff line change 1515 image : Dockerfile
1616 args :
1717 - ${{ inputs.write-tag }}
18+ branding :
19+ icon : tag
20+ color : blue
You can’t perform that action at this time.
0 commit comments