Skip to content

Commit 98d977d

Browse files
committed
ci: Fix vendor up-to-date action
1 parent 7854783 commit 98d977d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install bender
4141
run: curl --proto '=https' --tlsv1.2 https://pulp-platform.github.io/bender/init -sSf | sh -s -- 0.26.0
4242
- name: Re-vendor and diff
43-
run: ./bender import --refetch && git diff --exit-code
43+
run: ./bender vendor init && git diff --exit-code
4444

4545
internal:
4646
name: Internal CI

0 commit comments

Comments
 (0)