Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Egan <charlie@styra.com>
  • Loading branch information
charlieegan3 committed Jun 10, 2024
1 parent 2293a6f commit dd5f9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- run: go install git.sr.ht/~charles/rq/cmd/rq@${{ env.RQ_VERSION }}
if: steps.cache-rq.outputs.cache-hit != 'true'
- name: Cache rq binary
if: steps.cache-binary.outputs.cache-hit != 'true'
if: steps.cache-rq.outputs.cache-hit != 'true'
uses: actions/cache@v4
with:
path: ~/go/bin/rq
Expand Down

0 comments on commit dd5f9da

Please sign in to comment.