Skip to content

Commit

Permalink
ci(github): enhance GitHub workflow with Bearer action and diff option
Browse files Browse the repository at this point in the history
- Add Bearer action to GitHub workflow with diff option enabled

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Nov 26, 2024
1 parent 827919d commit 1aa84f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
with:
version: latest
args: --verbose

- name: Bearer
uses: bearer/bearer-action@v2
with:
diff: true

test:
strategy:
matrix:
Expand Down

0 comments on commit 1aa84f4

Please sign in to comment.