Skip to content

Commit 0726d95

Browse files
Update doc
1 parent 29bf690 commit 0726d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ After conan has filled the cache, clean it up
7575
Use the _cache-hit_ output
7676
~~~~
7777
- name: On cache miss add bincrafters remote
78-
if: ${{ env.cache-hit == 0 }}
78+
if: ${{ steps.cache-conan.outputs.cache-hit == 0 }}
7979
run: conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
8080
~~~~
8181

0 commit comments

Comments
 (0)