Skip to content

Commit

Permalink
ci: add missing step name
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Dec 19, 2023
1 parent 352ade0 commit cab7b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ jobs:
fetch-depth: 0
ref: ${{ inputs.gitRef }}

- uses: ./.github/actions/setup_bazel_nix
- name: Setup Bazel & Nix
uses: ./.github/actions/setup_bazel_nix
with:
useCache: "true"
buildBuddyApiKey: ${{ secrets.BUILDBUDDY_ORG_API_KEY }}
Expand Down

0 comments on commit cab7b17

Please sign in to comment.