Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aatarasoff committed Nov 30, 2023
1 parent 9a0187b commit 8a562a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `pbuf-setup` GitHub Action README
# `pbuf-setup`

## Overview
The `pbuf-setup` GitHub Action is designed to install `pbuf-cli`, a command-line interface tool, for use in other jobs within a GitHub Actions workflow.
Expand All @@ -23,7 +23,7 @@ To use this action, include it in your workflow `.yml` file with the necessary i
```yml
steps:
- name: Install pbuf-cli
uses: pbufio/pbuf-setup@v1.0.0
uses: pbufio/pbuf-setup-action@v1
with:
version: 'v0.3.2' # Optional, specify the desired version
pbuf_token: ${{ secrets.PBUF_TOKEN }} # Optional, your PBUF API token
Expand Down

0 comments on commit 8a562a8

Please sign in to comment.