Skip to content

Commit 73cf78a

Browse files
authored
Merge pull request #149 from smlx/readme
minor updates
2 parents bbf6b0f + 0c10862 commit 73cf78a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/build.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
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:

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
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

6870
You 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
102104
new-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

107111
Download the latest [release](https://github.com/smlx/ccv/releases) on github, or:

action.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ runs:
1515
image: Dockerfile
1616
args:
1717
- ${{ inputs.write-tag }}
18+
branding:
19+
icon: tag
20+
color: blue

0 commit comments

Comments
 (0)