Skip to content

Commit

Permalink
Use kubebuilder action from main
Browse files Browse the repository at this point in the history
As it is (v0.0.4), it runs into the hard deprecation in GitHub Actions
of add_path.

Signed-off-by: Michael Bridgen <[email protected]>
  • Loading branch information
squaremo committed Nov 18, 2020
1 parent 231e085 commit 0b796e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
with:
go-version: 1.15.x
- name: Set up kubebuilder
# TODO replace with ../pkg/.. when that's merged
uses: fluxcd/pkg/actions/[email protected]
uses: fluxcd/pkg/actions/kubebuilder@main
- name: Run tests
run: make test
env:
Expand Down

0 comments on commit 0b796e4

Please sign in to comment.