Skip to content

Commit 909c7e0

Browse files
Fix formatting
1 parent 1c443d8 commit 909c7e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Read more on the [1Password Developer Portal](https://developer.1password.com/do
2424
## ✨ Quickstart
2525

2626
### Use secrets from step output (recommended)
27+
2728
```yml
2829
on: push
2930
jobs:
@@ -45,6 +46,7 @@ jobs:
4546
```
4647

4748
### Export secrets as env variables
49+
4850
```yml
4951
on: push
5052
jobs:
@@ -57,7 +59,7 @@ jobs:
5759
id: load_secret
5860
uses: 1password/load-secrets-action@v3
5961
with:
60-
export-env: 'true'
62+
export-env: "true"
6163
env:
6264
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
6365
SECRET: op://app-cicd/hello-world/secret

0 commit comments

Comments
 (0)