Fix example snippet in README (#65)

This commit is contained in:
Eduard Filip
2024-02-20 17:38:19 +01:00
committed by GitHub
parent c7a1c1e3bb
commit b575844081

View File

@@ -41,7 +41,7 @@ jobs:
SECRET: op://app-cicd/hello-world/secret SECRET: op://app-cicd/hello-world/secret
- name: Print masked secret - name: Print masked secret
run: echo "Secret: $SECRET" run: 'echo "Secret: $SECRET"'
# Prints: Secret: *** # Prints: Secret: ***
``` ```