Skip to content

Commit 79467dd

Browse files
committed
ci(github): enhance GitHub workflow with Bearer action and diff option
- Add Bearer action to GitHub workflow with diff option enabled Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 907fdec commit 79467dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/go.yml

+6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
with:
3636
version: v1.60.1
3737
args: --verbose
38+
39+
- name: Bearer
40+
uses: bearer/bearer-action@v2
41+
with:
42+
diff: true
43+
3844
test:
3945
strategy:
4046
matrix:

0 commit comments

Comments
 (0)