Skip to content

Commit b575844

Browse files
authored
Fix example snippet in README (#65)
1 parent c7a1c1e commit b575844

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
@@ -41,7 +41,7 @@ jobs:
4141
SECRET: op://app-cicd/hello-world/secret
4242

4343
- name: Print masked secret
44-
run: echo "Secret: $SECRET"
44+
run: 'echo "Secret: $SECRET"'
4545
# Prints: Secret: ***
4646
```
4747

0 commit comments

Comments
 (0)