Skip to content

Commit

Permalink
Reference outputs properly
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Nov 27, 2023
1 parent a7e7fec commit 1a64d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/configure_bazelrc/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ runs:
- uses: tweag/configure-bazel-remote-cache-auth@fix_output
with:
buildbuddy_api_key: ${{ inputs.buildbuddy_api_key }}
bazelrc_path: ${{ steps.create_bazelrc_tmp.bazelrc_tmp }}
bazelrc_path: ${{ steps.create_bazelrc_tmp.outputs.bazelrc_tmp }}

- shell: bash
env:
BAZELRC_TMP: ${{ steps.create_bazelrc_tmp.bazelrc_tmp }}
BAZELRC_TMP: ${{ steps.create_bazelrc_tmp.outputs.bazelrc_tmp }}
run: |
cat >>"${BAZELRC_TMP}" <<EOF
common --config=ci
Expand Down

0 comments on commit 1a64d58

Please sign in to comment.