We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97dda54 commit 4dc7e6dCopy full SHA for 4dc7e6d
.github/workflows/main.yml
@@ -20,4 +20,4 @@ jobs:
20
uses: ./ # Uses an action in the root directory
21
22
- name: Did we get Conan?
23
- run: echo "Conan version was ${{ steps.conan.outputs.version }}"
+ run: echo "Conan version was '${{ steps.conan.outputs.version }}'"
0 commit comments