Skip to content

Commit

Permalink
Merge pull request #149 from smlx/readme
Browse files Browse the repository at this point in the history
minor updates
  • Loading branch information
smlx authored May 24, 2024
2 parents bbf6b0f + 0c10862 commit 73cf78a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
contents: read
packages: write
runs-on: ubuntu-latest
strategy:
matrix:
binary:
- go-cli-github
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
# ... build and release steps here
```

For a fully-functional example, see the [release workflow of this repository](https://github.com/smlx/ccv/blob/main/.github/workflows/release.yaml).

### Example: read-only

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.
Expand Down Expand Up @@ -102,6 +104,8 @@ new-tag=true
new-tag-version=v0.16.0
```

For a fully-functional example, see the [build workflow of this repository](https://github.com/smlx/ccv/blob/main/.github/workflows/build.yaml).

## Use locally

Download the latest [release](https://github.com/smlx/ccv/releases) on github, or:
Expand Down
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ runs:
image: Dockerfile
args:
- ${{ inputs.write-tag }}
branding:
icon: tag
color: blue

0 comments on commit 73cf78a

Please sign in to comment.