Skip to content

Commit

Permalink
Fix example snippet in README (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
edif2008 authored Feb 20, 2024
1 parent c7a1c1e commit b575844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
SECRET: op://app-cicd/hello-world/secret

- name: Print masked secret
run: echo "Secret: $SECRET"
run: 'echo "Secret: $SECRET"'
# Prints: Secret: ***
```

Expand Down

0 comments on commit b575844

Please sign in to comment.