Skip to content

Commit

Permalink
Update to use v0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Nov 29, 2023
1 parent f7c2c76 commit ba81083
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/configure_bazelrc/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ runs:
bazelrc_tmp="${BAZELRC}.tmp"
cp "${BAZELRC}" "${bazelrc_tmp}"
echo "bazelrc_tmp=${bazelrc_tmp}" >> "$GITHUB_OUTPUT"
# DO NOT MERGE!!!
# TODO: Update with the correct tagged release.
- uses: tweag/configure-bazel-remote-cache-auth@fix_output
- uses: tweag/configure-bazel-remote-cache-auth@v0
with:
buildbuddy_api_key: ${{ inputs.buildbuddy_api_key }}
bazelrc_path: ${{ steps.create_bazelrc_tmp.outputs.bazelrc_tmp }}
Expand Down

0 comments on commit ba81083

Please sign in to comment.